gitbatch

Manage multiple git repositories efficiently from one location

brewmacoslinux
Try with needOr install directly
Source

About

Manage your git repositories in one place

Commands

gitbatch

Examples

Execute a git command across all repositories in a directory$ gitbatch -c 'git status'
Pull latest changes from all repositories at once$ gitbatch -c 'git pull'
Commit changes with a message across multiple repositories$ gitbatch -c 'git add . && git commit -m "Update"'