In git there is a command git commit --amend to edit your last commit message. I was looking for this type of functionality in pycharm and can\'t seem to find it. I
git commit --amend
You can also use rebase from pycharm, in interactive mode and apply "reword" to a commit, in which you want to edit the message.