Add ggc to Version Control (#6106)

* feat: add ggc to Version Control

* fix: restore SJSON trailing whitespace to match upstream
This commit is contained in:
Kenta Takeuchi 2026-03-11 19:51:10 +09:00 committed by GitHub
parent 2596997f66
commit abac732842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3013,6 +3013,7 @@ _Libraries for version control._
- [cli](https://gitlab.com/gitlab-org/cli) - An open-source GitLab command line tool bringing GitLab's cool features to your command line.
- [froggit-go](https://github.com/jfrog/froggit-go) - Froggit-Go is a Go library, allowing to perform actions on VCS providers.
- [ggc](https://github.com/bmf-san/ggc) - A Git CLI tool with both traditional command-line and interactive incremental-search UI, workflow support, and configurable keybindings.
- [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2.
- [githooks](https://github.com/gabyx/githooks) - Per-repo and shared Git hooks with version control and auto update.
- [go-git](https://github.com/go-git/go-git) - highly extensible Git implementation in pure Go.