Skip to content

Instantly share code, notes, and snippets.

@alexpgates
Created October 23, 2019 23:58
Show Gist options
  • Save alexpgates/f592c199f212aca43ddd6087572a5d37 to your computer and use it in GitHub Desktop.
Save alexpgates/f592c199f212aca43ddd6087572a5d37 to your computer and use it in GitHub Desktop.
Alias to nicely list latest branches
alias branches="git for-each-ref --count=15 --sort=-committerdate refs/heads/ --format='%(color:blue)%(committerdate:relative): %(color:green)%(refname:short)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment