From e0e9bff1f07d176f720f4e19de195dc44c410d92 Mon Sep 17 00:00:00 2001 From: Omi <272266969+Omibranch@users.noreply.github.com> Date: Sun, 5 Apr 2026 18:33:46 +0300 Subject: [PATCH] =?UTF-8?q?Add=20gitty=20to=20=E5=91=BD=E4=BB=A4=E8=A1=8C?= =?UTF-8?q?=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c47ebad..180f8c5 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,8 @@ * [git-fire](https://github.com/qw3rtman/git-fire) - 紧急情况下保存代码 * [gitsome](https://github.com/donnemartin/gitsome) - Git/GitHub命令行工具 * [maintainer](https://github.com/gaocegege/maintainer) - 让你的 GitHub repo 对开发者更加友好的命令行工具 - * [github-discover-cli](https://github.com/coderyi/github-discover-cli) - 帮助你发现 GitHub 上热门开源仓库和话题的命令行工具 + * [github-discover-cli](https://github.com/coderyi/github-discover-cli) - 帮助 你发现 GitHub 上热门开源仓库和话题的命令行工具 + * [gitty](https://github.com/Omibranch/gitty) - 用单条命令替代 `git add + git commit + git push` 的极简 Go CLI 工具 #### Git平台与工具 * [git](https://github.com/git/git) - git源码