From 75a686a67d4e450289899656217340238991451b Mon Sep 17 00:00:00 2001
From: Alex Smith <alex.smith@gitkraken.com>
Date: Thu, 14 Mar 2024 15:11:45 -0700
Subject: [PATCH] Added GitKraken CLI to Multi Repo

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6e661ef..76ed76c 100644
--- a/README.md
+++ b/README.md
@@ -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.