/git-check-recursively

Script to recursively check directories for git repos and displays their status

Primary LanguageShellMIT LicenseMIT

git-check-recursively

Script to recursively check directories for git repos and displays their status

example output of `git-check-recursively`

Because this should be as quick as possible, the script isn't doing a git fetch but only works with the locally available info. So this is not 100% safe/correct but gives you a good overview of where uncommited/untracked changes still need your attention.

Environments

So far only tested on OS X 10.10.x.