Back
Is there a way to amend a commit without vi (or your $EDITOR) popping up with the option to modify your commit message, but simply reusing the previous message?
Here's a command that should do the magic
$ git commit --amend --no-edit -a
31k questions
32.8k answers
501 comments
693 users