/git-all

Order around a fleet of git repos

Primary LanguageShellMIT LicenseMIT

Git-all command

Issues commands to multiple git repos at a time

Usage

git-all [options] [git-command...]

This command issues same command to all git reepos under current working directory.

Almost all git ioptions and subcommands (even aliases) are accepted as is and are simply forwarded to your git executable.

Pretty formatted commands

git-all status

Prints out a tabular view of the repository status info.