Last Updated: February 25, 2016
·
203
· mishadoff

Git Log

Enable pretty git log by configuring alias

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"