会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
加个小鸡腿
随笔档案-2020年07月
gerrit如何再次提交单个被打回的提交
2020-07-17 12:05 by 加个小鸡腿, 2355 阅读,
收藏
,
摘要: 如果单个提交打回,则可交互式回滚:git rebase -i <commit>,修改指定commit点:git commit --amend,完成所有commit点处理:git rebase --continue,然后重新提交Gerrit,最后Gerrit审查入库。 参考(包含gerrit+jenk
阅读全文
0 Comment
About