Signed-off-by: Alejandro Mery <amery@geeks.cl>
@ -17,6 +17,7 @@
tree = log --graph --decorate --pretty=oneline --abbrev-commit
amend = commit --amend --no-edit
fixup = commit --fixup
squash = commit --squash
autosquash = rebase -i --autosquash
[push]