Editing the git commit message in GitHub

后端 未结 7 809
臣服心动
臣服心动 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:54

    No, because the commit message is related with the commit SHA / hash, and if we change it the commit SHA is also changed. The way I used is to create a comment on that commit. I can't think the other way.

    0 讨论(0)
提交回复
热议问题