Skip to content

Instantly share code, notes, and snippets.

@itsthatguy
Created October 22, 2014 13:46
Show Gist options
  • Select an option

  • Save itsthatguy/87a4c98bff1acf15ae8c to your computer and use it in GitHub Desktop.

Select an option

Save itsthatguy/87a4c98bff1acf15ae8c to your computer and use it in GitHub Desktop.
List git branches by date
alias gitfu='for k in `git branch|sed s/^..//`;do echo -e `git log -1 --pretty=format:"%Cgreen%ci %Cblue%cr%Creset" "$k"`\\t"$k";done|sort'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment