修改gerrit的review意见

Posted by shensunbo on October 21, 2024

直接在网页上修改

使用git修改

  1. git fetch origin [git checkout <change-id>]
  2. git add .
  3. git commit --amend
  4. git push origin HEAD:refs/for/branch