Compare commits

...

2 Commits

Author SHA1 Message Date
David Aguilar 001aceb7e1
Merge f6b679b69c into cf0814961e 2023-07-21 01:47:41 +00:00
David Aguilar f6b679b69c 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
2023-07-20 18:47:03 -07:00
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,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](https://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