Joined November 2018
·

j_arg

Posted to Git status on all repos in folder over 1 year ago

For those that want to make the provided command into an alias in your bashrc file, here is one way that worked for me.
alias yourAlias='find . -maxdepth 1 -mindepth 1 -type d -exec sh -c "echo {}; cd {}; git status -s; echo" \;'

Achievements
1 Karma
0 Total ProTip Views