From e20071e29bfd4845a22124f4185e33a88ce7fad5 Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Wed, 11 Mar 2026 14:41:49 +0800 Subject: [PATCH] docs: add star history chart --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9584a5..6bc5897 100644 --- a/README.md +++ b/README.md @@ -396,12 +396,17 @@ For Linux users `FORGIT_COPY_CMD` should be set to make copy work. Example: `FOR - `gd` supports specifying revision (e.g., `gd HEAD~`, `gd v1.0 README.md`). - Call `gi` or `gat` with arguments to get the wanted `.gitignore`/`.gitattributes` contents directly (e.g., `gi cmake c++`). -Contributing +⚒️ Contributing ----------- Contributions are welcome. For the repository-specific contribution workflow, local validation steps, and commit message guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md). +⭐ Star History +---------------- + +[![Star History Chart](https://api.star-history.com/svg?repos=wfxr/forgit&type=date&legend=top-left)](https://www.star-history.com/?repos=wfxr%2Fforgit&type=date&legend=top-left) + 📃 License -----------