Configuração
[alias] s = status
a = add
aa = !add -A && status
c = commit
cm = commit -m
co = checkout
f = fetch
p = pull
m = merge
git config --global alias.l "log --graph --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'"
git config --global alias.ll "log --stat --abbrev-commit"