Skip to content

Instantly share code, notes, and snippets.

@andrewvc
Created August 24, 2012 00:49
Show Gist options
  • Save andrewvc/3444120 to your computer and use it in GitHub Desktop.
Save andrewvc/3444120 to your computer and use it in GitHub Desktop.
git branch | grep -v '*' | egrep -o '[^ ]+' | xargs -n1 git show -s | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment