Skip to content

Instantly share code, notes, and snippets.

@ragaskar
Created September 12, 2012 14:14
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 ragaskar/3706878 to your computer and use it in GitHub Desktop.
Save ragaskar/3706878 to your computer and use it in GitHub Desktop.
Show branch times
for k in `git branch -r|perl -pe s/^..//`;do echo -e `git show --pretty=format:"%Cgreen%ci %Cblue%cr %Cred%cn %Creset" $k|head -n 1`\\t$k;done|sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment