/gits

You are capable to execute any git command recursively via this script.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

gits

Usage

Usage:
    gits [OPTION]
Commands:
    EMPTY PAREMETER, -h, --help
                   Print this message
    -pp            Execute 'git pull -p'
    -s             Execute 'git status'
    -cm            Execute 'git checkout master'
    
    Otherwise execute what you type.

In a word, you are capable to execute any git command recursively via this script, like gits git pull -p or gits git checkout dev-branch-name etc. It can be very useful when you have many git projects in a folder.