Git-exec - Multiple-repository execution
With this extension, you can execute a git command against multiple repositories at once.
Example and usage
You can:
- check the status of all your repo at once. Example:
git-exec status --short
alias gxs="git-exec status --short"
- manage a mono-repository where all subdirectories are an independent git repository.
Command
See git exec documentation - Execute a command against multiple repositories at once