Last Updated: February 25, 2016
·
459
· picandocodigo

Git - commit --amend, don't ask to edit the commit message

This will git commit with amend and will use the previous commit message:
git commit --amend -C HEAD