Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 445 Bytes

File metadata and controls

21 lines (11 loc) · 445 Bytes

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.