Last active
April 24, 2019 06:05
-
-
Save constrict0r/715a577ea2ac48c8329b75107af31574 to your computer and use it in GitHub Desktop.
Show git status multiple repos.
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 . -maxdepth 1 -mindepth 1 -type d -exec sh -c '(echo {} && cd {} && git status -s && echo)' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment