Skip to content

Instantly share code, notes, and snippets.

@vanstee
Forked from joshskeen/gist:6584621
Created September 16, 2013 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanstee/6585265 to your computer and use it in GitHub Desktop.
Save vanstee/6585265 to your computer and use it in GitHub Desktop.
git branch | tr -d " *" | xargs git show -s --format="%ci %cr %d" | sed /^\s*$/d | sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment