Last Updated: February 25, 2016
·
1.166K
· heitorosilva

Enhanced git log output

I have an alias written on my .gitconfig as follows:

[alias]
    l = log --decorate --graph --date=short --pretty=\"format:%ad %C(yellow)%h%C(green)%d%Creset %C(blue)%s %C(white) [%an]%Creset\"

This enhances the output with different colors, commit date and commiter name.


http://blog.heitorsilva.com/