Created
January 21, 2016 22:56
-
-
Save eternalruler/20098c3bcc4d488c705f to your computer and use it in GitHub Desktop.
Git alias to show all commits/branchs in map graph
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] | |
map = log --all --graph --decorate=short --color --format=format:'%C(bold blue)%h%C(reset) %C(bold yellow)(%ar)%C(reset)%C(auto)%d%C(reset)%x20%s%x20' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment