Created
May 12, 2015 21:07
-
-
Save cdracars/b29f0ca62c6ac27cffea to your computer and use it in GitHub Desktop.
Status of all git repos in directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ~ -type d -name .git -exec dirname {} \; | tr '\n' '\000' | xargs -0 -n1 -I % git -C "%" status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment