luolong / git-all

Order around a fleet of git repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Order around a fleet of git repos

License:MIT License


Languages

Language:Shell 100.0%