Manage multiple git repositories efficiently from one location
Manage your git repositories in one place
gitbatch
$ gitbatch -c 'git status'
$ gitbatch -c 'git pull'
$ gitbatch -c 'git add . && git commit -m "Update"'