如果单个提交打回,则可交互式回滚:git rebase -i <commit>,修改指定commit点:git commit --amend,完成所有commit点处理:git rebase --continue,然后重新提交Gerrit,最后Gerrit审查入库。

gerrit如何再次提交单个被打回的提交

 

 gerrit如何再次提交单个被打回的提交

 

 参考(包含gerrit+jenkins):

https://blog.csdn.net/jiankeufo/article/details/78280667

https://zhuanlan.zhihu.com/p/21482554

相关文章:

  • 2022-03-07
  • 2021-12-13
  • 2021-05-06
  • 2021-09-05
  • 2021-10-07
猜你喜欢
  • 2021-07-09
  • 2022-12-23
  • 2022-03-03
  • 2021-12-10
  • 2022-01-20
  • 2022-12-23
  • 2021-12-17
相关资源
相似解决方案