git pretty log
September 20, 2009
Leave a comment
git config –global alias.lol “log –pretty=oneline –abbrev-commit –graph –decorate”
or
git config –global alias.lg “log –graph –pretty=format:’%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset’ –abbrev-commit –date=relative”