Editing the git commit message in GitHub

后端 未结 7 829
臣服心动
臣服心动 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 Android Studio / intellij users:

    • Select Version Control
    • Select Log
    • Right click the commit for which you want to rename
    • Click Edit Commit Message
    • Write your commit message
    • Done

提交回复
热议问题