Skip to content

Instantly share code, notes, and snippets.

@mikaelhadler
Created January 12, 2018 00:03
Show Gist options
  • Save mikaelhadler/8ad6cfea1224eb0f8bef4a263fde5be1 to your computer and use it in GitHub Desktop.
Save mikaelhadler/8ad6cfea1224eb0f8bef4a263fde5be1 to your computer and use it in GitHub Desktop.
Alias graph for git cli : ]
[alias]
graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment