Last Updated: February 25, 2016
·
2.067K
· dbraga

Better Git log

Use git lg instead !

type this:

git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"

and get THIS!

Picture