Editing the git commit message in GitHub

后端 未结 7 821
臣服心动
臣服心动 2020-12-07 09:25

Is there any way of online editing the commit message in GitHub.com, after submission?

From the command line, one can do

git commit --am         


        
7条回答
  •  情歌与酒
    2020-12-07 09:53

    For intellij users: If you want to make changes in interactive way for past commits, which are not pushed follow below steps in Intellij:

    • Select Version Control
    • Select Log
    • Right click the commit for which you want to amend comment
    • Click reword
    • Done

    Hope it helps

提交回复
热议问题