Skip to content

Instantly share code, notes, and snippets.

@rponte
Created June 19, 2012 17:32
Show Gist options
  • Save rponte/2955444 to your computer and use it in GitHub Desktop.
Save rponte/2955444 to your computer and use it in GitHub Desktop.
A better git log
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
# more informations,
# http://coderwall.com/p/euwpig?i=3&p=1&t=git
@rponte
Copy link
Author

rponte commented Apr 2, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment