Month: March 2022

Pretty git

I have the following git configuration in my ~/.gitconfig, which improves a lot the output of the git log command: [user] name = Joel email = myemail@mydomain.com [alias] co = checkout ci = commit st = status br = branch [merge] tool = meld [core] editor = vi whitespace=fix autocrlf = input [apply] whitespace = …

Pretty git Read More »