git commit --amend without asking for message [duplicate] This question already has an answer here: How to amend a commit without changing commit message (reusing the previous one)? 5 answers From time to time I find myself commit-amending using the same message. Typically, I do: Add my changes to staging area. Do git commit --amend. Wait for the text editor to open. Save and close it (without c..