Last active
March 28, 2017 16:34
-
-
Save jjgonecrypto/a4f6a843124d2c6925a1956e1803b29d to your computer and use it in GitHub Desktop.
Git show branches with most recent commits
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
| # via http://stackoverflow.com/a/5188364/794170 | |
| 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