Last active
December 15, 2016 15:11
-
-
Save litvil/32c5e3bd113fc198e536f27891d8f82c to your computer and use it in GitHub Desktop.
GIT: list all brunches sorted by age
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
git for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment