Last active
May 12, 2020 09:10
-
-
Save chetbox/537145e0ddab03d5829782b837ea05e1 to your computer and use it in GitHub Desktop.
git list-branch: List local git branches, ordered by last commit
This file contains 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
git config --global alias.branch-list "for-each-ref --sort='-committerdate' --format='%(color:dim white)%(committerdate:relative)%(color:normal)%09%(color:no-dim magenta)%(refname:short) %(color:no-dim red)%(upstream:short)' refs/heads" | |
git branch-list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example output: