Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active April 24, 2019 06:05
Show Gist options
  • Select an option

  • Save constrict0r/715a577ea2ac48c8329b75107af31574 to your computer and use it in GitHub Desktop.

Select an option

Save constrict0r/715a577ea2ac48c8329b75107af31574 to your computer and use it in GitHub Desktop.
Show git status multiple repos.
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