Created
August 28, 2019 13:21
-
-
Save ianstormtaylor/5fd717cea9d91e19412933e3ae59db13 to your computer and use it in GitHub Desktop.
Aliases for nicer branching output from Git.
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 gb="git branch --sort=-committerdate --verbose --format='%(HEAD) %(color:red)%(objectname:short)%(color:reset) - %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) - %(color:green)(%(committerdate:relative))%(color:reset) %(color:blue)<%(authorname)>%(color:reset)'" | |
alias gba="gb -a" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before:
After: