A better git log.

A better git log.

Add it to your git config file in ~/.gitconfig in the alias section:

[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
    lg2 = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cd) %C(bold blue)<%an>%Creset' --abbrev-commit --date=short

Then use on console: git lg or git lg2 on your project.

https://coderwall.com/p/euwpig/a-better-git-log