Skip to content

Instantly share code, notes, and snippets.

@senior
Created December 18, 2014 21:20
Show Gist options
  • Save senior/3df55a058dbc4e91f0ef to your computer and use it in GitHub Desktop.
Save senior/3df55a058dbc4e91f0ef to your computer and use it in GitHub Desktop.
Show all local branches, sorted by date
alias glist="git for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:short) %(authorname) %(refname:short)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment