Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 590 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 590 Bytes

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.