Skip to content

Instantly share code, notes, and snippets.

@ardeearam
Created May 14, 2015 00:23
Show Gist options
  • Save ardeearam/269f3120305b7521c3e8 to your computer and use it in GitHub Desktop.
Save ardeearam/269f3120305b7521c3e8 to your computer and use it in GitHub Desktop.
# How to create an alias `git lg` that displays a pretty, colored tree by default.
git config alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset [%an]' --abbrev-commit" --global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment