From f6b679b69ca14db0036f6e6e324dfad5bfa57c3b Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sat, 1 Jul 2023 00:14:16 -0700 Subject: [PATCH] Add "garden" - a hacker-friendly multi-repo Git power tool Garden is a uniquely powerful Git-centric tool that makes it easy to perform dynamic operations over arbitrary collections of configuration-defined Git trees. https://gitlab.com/garden-rs/garden https://garden-rs.github.io/ https://crates.io/crates/garden-tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3428528..ee17831 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Pull requests on interesting tools/projects/resources are welcome. *Various tools for daily operations* * [awesome-git-addons](https://github.com/stevemao/awesome-git-addons) - lists more than 20 git addons including all available commands +* [garden](https://gitlab.com/garden-rs/garden) - grow and cultivate collections of Git trees. Create development workflows using configuration-defined commands and environments. * [myrepos](https://myrepos.branchable.com/) - a tool to manage multiple version control repositories * [mu-repo](http://fabioz.github.io/mu-repo/) - a tool to help in dealing with multiple git repositories * [multi-gitter](https://github.com/lindell/multi-gitter) - a tool to make changes in multiple repositories simultaneously