How to edit a commit message in PyCharm?

前端 未结 7 786
刺人心
刺人心 2021-02-07 02:40

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

7条回答
  •  不思量自难忘°
    2021-02-07 03:11

    You can also use rebase from pycharm, in interactive mode and apply "reword" to a commit, in which you want to edit the message.

提交回复
热议问题