Skip to content

Instantly share code, notes, and snippets.

@wouterds
Created November 27, 2014 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wouterds/d6b68deed9cc41be6b05 to your computer and use it in GitHub Desktop.
Save wouterds/d6b68deed9cc41be6b05 to your computer and use it in GitHub Desktop.
Fancy git log -> `git lg`
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment