Last Updated: February 25, 2016
·
1.735K
· gpolguere

Custom git log

In your .gitconfig file, customize your git log to have it pretty. Mine is called hist :

[alias]
    hist = log --format='%Cgreen%h%Creset %ad %C(cyan)%an%Creset - %s%C(red)%d%Creset' --graph --date=short    

Picture