Skip to content

Instantly share code, notes, and snippets.

@gesellix
Forked from viktorklang/gbr.txt
Last active September 19, 2015 21:03
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 gesellix/a367fdfa78486e1e1388 to your computer and use it in GitHub Desktop.
Save gesellix/a367fdfa78486e1e1388 to your computer and use it in GitHub Desktop.
shell alias for showing git 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