mu-repo

Manage multiple git repositories from a single command.

brewmacoslinux
Try with needOr install directly
Source

About

Tool to work with multiple git repositories

Commands

mu

Examples

run git command across all repositories at once$ mu git status
clone multiple repositories from a list$ mu clone repos.txt
pull latest changes in all repositories$ mu pull
show status of all repositories$ mu status
execute shell command in each repository directory$ mu sh 'npm install'