alias amend='git add . && git commit --amend -C HEAD'
Amend last changes to previous commit, using the commit message of the previous commit.
#git