I've got a folder, which contains about 10 subfolders each containing a separate git repo. So something like this:
MainFolder/:
-- GitRepoA/
-- GitRepoB/
-- GitRepoC/
-- GitRepoD/
-- etc.
I often want to check whats going on, specifically I would like a command which lists the output for git status for all subfolders in which something has changed. Does anybody know a solution for this? (I'm on Mac OSX by the way).