multi-gitter

Update multiple repositories with a single command

brewmacoslinux
Try with needOr install directly
Source

About

Update multiple repositories in with one command

Commands

multi-gitter

Examples

Run a script across multiple repositories$ multi-gitter run ./script.sh --org my-organization
Create pull requests with changes across repos$ multi-gitter run ./update.sh --org my-org --pr
Execute command on cloned repositories matching a pattern$ multi-gitter run 'npm update' --org my-org --repo-regex 'backend-.*'