Script to recursively check directories for git repos and displays their status
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.
So far only tested on OS X 10.10.x.