Gerrit error when Change-Id in commit messages are missing

前端 未结 12 1180
北荒
北荒 2020-11-28 03:58

I set up a branch in the remote repository and made some commits on that branch. Now I want to merge the remote branch to the remote master.

Basically follows are my

12条回答
  •  [愿得一人]
    2020-11-28 04:34

    Try this:

    git commit --amend
    

    Then copy and paste the Change-Id: I55862204ef71f69bc88c79fe2259f7cb8365699a at the end of the file.

    Save it and push it again!

提交回复
热议问题