Skip to content

Instantly share code, notes, and snippets.

@CervEdin
Created April 25, 2021 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CervEdin/21a4dce8ab5a82936788d666e7737b52 to your computer and use it in GitHub Desktop.
Save CervEdin/21a4dce8ab5a82936788d666e7737b52 to your computer and use it in GitHub Desktop.
Recursively check sub-directory git status
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