Using IntelliJ to amend git commit message

前端 未结 9 1090
我寻月下人不归
我寻月下人不归 2020-12-02 11:03

Can one amend a git commit message using IntelliJ, or should one resort to command line?

How can this be done please?

9条回答
  •  时光取名叫无心
    2020-12-02 11:19

    View => Tool Windows => Version Control. (Windows (Alt + 9) / OS X (Cmd + 9))

    IntelliJ 2017.1 and higher => Go to Log and right click + reword or press F2.

    While you are on the same branch, ( your checked out branch is the same )

提交回复
热议问题