Created
October 23, 2019 23:58
-
-
Save alexpgates/f592c199f212aca43ddd6087572a5d37 to your computer and use it in GitHub Desktop.
Alias to nicely list latest branches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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