Created
August 8, 2017 13:21
-
-
Save digoreis/c7b4e91f0c0102054a760be3ea87cbaa to your computer and use it in GitHub Desktop.
Command to list all last commit in all local 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
git for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:red)%(objectname:short)%(color:reset);%(color:yellow)%(refname:short)%(color:reset);(%(color:green)%(committerdate:relative) - %(committerdate:local)%(color:reset));%(authorname);%(contents:subject)' | column -t -s ';' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment