Skip to content

Instantly share code, notes, and snippets.

@eternalruler
Created January 21, 2016 22:56
Show Gist options
  • Save eternalruler/20098c3bcc4d488c705f to your computer and use it in GitHub Desktop.
Save eternalruler/20098c3bcc4d488c705f to your computer and use it in GitHub Desktop.
Git alias to show all commits/branchs in map graph
[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