isacikgoz / gitbatch
- суббота, 29 декабря 2018 г. в 00:16:20
Go
manage your git repositories in one place
This tool is being built to make your local repositories synchronized with remotes easily. Although the focus is batch jobs, you can still do de facto micro management of your git repositories (e.g add/reset, stash, commit etc.)
Here is the screencast of the app:
To install with go, run the following command;
go get -u github.com/isacikgoz/gitbatch
For other options see installation page
run the gitbatch
command from the parent of your git repositories. For start-up options simply gitbatch --help
For more information see the wiki pages
Please refer to Known issues page and feel free to open an issue if you encounter with a problem.
I love lazygit, with that inspiration, decided to build this project to be even more lazy. The rationale was; my daily work is tied to many repositories and I often end up walking on many directories and manually pulling updates etc. To make this routine faster, I created a simple tool to handle this job. I really enjoy working on this project and I hope it will be a useful tool.