Configuração
[alias] s = statusa = addaa = !add -A && statusc = commitcm = commit -mco = checkoutf = fetchp = pullm = 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"

