GitHunt
CW

cwilper/mgit

Runs any git command across all repositories beneath a given directory

mgit

Runs any git command across all repositories beneath a given directory.

Installation

$ [sudo] pip install mgit

Usage

$ mgit path git-arg [git-arg..]

Example

Say you organize all of your code projects under a projects directory
like this:

~/projects/work/proj1/           
               /proj2/
~/projects/home/proj1/
               /proj2/

The following would find all git repositories in this directory and
issue a git status -s for each:

$ mgit ~/projects status -s

Languages

Python100.0%

Contributors

Created December 8, 2010
Updated April 2, 2017
cwilper/mgit | GitHunt