Skip to content

Instantly share code, notes, and snippets.

Created June 30, 2015 09:52
Show Gist options
  • Save anonymous/3207d6eefa07cd21e68e to your computer and use it in GitHub Desktop.
Save anonymous/3207d6eefa07cd21e68e to your computer and use it in GitHub Desktop.
List branches sorted by last activity date
alias gbr='git for-each-ref --sort="-authordate:iso8601" --format=" %(color:green)%(authordate:iso8601)%09%(color:white)%(refname:short)" refs/heads'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment