Created
April 25, 2021 21:46
-
-
Save CervEdin/21a4dce8ab5a82936788d666e7737b52 to your computer and use it in GitHub Desktop.
Recursively check sub-directory git status
This file contains 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 -execdir git status \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment