Skip to content

Instantly share code, notes, and snippets.

@diegogub
Created February 17, 2022 21:25
Show Gist options
  • Save diegogub/07c5c403b19241b98920e8135cecfafa to your computer and use it in GitHub Desktop.
Save diegogub/07c5c403b19241b98920e8135cecfafa to your computer and use it in GitHub Desktop.
git status
for d in `find $1 -name ".git"`;do
echo $d
cd ~/${d%/.git} && git status -s
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment