1
0
Fork 0
mirror of https://github.com/frontaid/git-cli-tools.git synced 2025-04-20 22:24:27 +02:00

Added GitKraken CLI to Multi Repo

This commit is contained in:
Alex Smith 2024-03-14 15:11:45 -07:00
parent a74eef69a2
commit 75a686a67d
No known key found for this signature in database
GPG key ID: AD49A80DE424E48A

View file

@ -1,5 +1,5 @@
# Git CLI Tools
Collection of CLI tools for Git.
Collection of CLI tools for Git.
Feel free to contribute.
## Clients
@ -63,6 +63,7 @@ Feel free to contribute.
* [Gita](https://github.com/nosarthur/gita) - Command-line tool to manage multiple git repos.
* [gitbatch](https://github.com/isacikgoz/gitbatch) - Manage your git repositories in one place.
* [gitup](https://github.com/earwig/git-repo-updater) - Console script that allows you to easily update multiple git repositories at once.
* [GitKraken CLI](https://github.com/gitkraken/gk-cli) - Perform git actions across groups of repos, and view their PRs and issues list
* [mgitstatus](https://github.com/fboender/multi-git-status) - Show uncommitted, untracked and unpushed changes for multiple Git repos.
* [mu-repo](https://github.com/fabioz/mu-repo/) - Tool to help in dealing with multiple git repositories.
* [vcstool](https://github.com/dirk-thomas/vcstool) - Command line tool designed to make working with multiple repositories easier.