[alias] log2 = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short log3 = log --pretty=format:\"%h %ad | %s%d [%an]\" --name-status --date=short log4= log --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit ca = commit --all caa = commit --all --amend co = checkout br = branch [user] name = Juan García García email = juan.garcia@micorreo.com [push] default = matching