Last Updated: February 25, 2016
·
456
· novalagung

Git - 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"

Picture

source : http://fredkschott.com/post/2014/02/git-log-is-so-2005/