Skip to content

Instantly share code, notes, and snippets.

@tboyce12
Last active December 25, 2015 17:49
Show Gist options
  • Save tboyce12/7016001 to your computer and use it in GitHub Desktop.
Save tboyce12/7016001 to your computer and use it in GitHub Desktop.
Git log w/graph, colors, abbreviations
alias gl="git log --graph --color --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(cyan)%ci%C(reset) %C(yellow)(%cr)%C(reset) %C(red)%cn%C(reset)%C(bold green)%d%C(reset)%n'' %C(black)%s%C(reset)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment