kenichi-shibata
5/13/2016 - 6:49 AM

git-lg.md

More beautiful git log

run this command

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

now go to your git repo in localhost and run

git-lg