Skip to content

Instantly share code, notes, and snippets.

@woledzki
Created May 24, 2013 08:08
Show Gist options
  • Save woledzki/5642028 to your computer and use it in GitHub Desktop.
Save woledzki/5642028 to your computer and use it in GitHub Desktop.
alias git-st='for i in `ls .`; do echo; echo; echo "- - - - - - - -"; echo " FOLDER: "$i; echo; git --git-dir=$i/.git --work-tree=$i st; done;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment