mr

Manage multiple Git repositories with a single command.

brewmacoslinux
Try with needOr install directly
Source

About

Multiple Repository management tool

Commands

mr

Examples

update all repositories at once$ mr update
check status of all repositories$ mr status
run a custom command across all repositories$ mr run echo 'Repository: '$(basename $PWD)
register a new repository to track$ mr register path/to/repo
commit changes in all repositories$ mr commit -m 'my commit message'