码迷,mamicode.com
首页 > 其他好文 > 详细

Gerrit push到master分支踩过的坑

时间:2020-05-07 15:36:15      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:ges   html   title   csdn   merge   master   you   sof   push   

Merge Conflict

参考https://www.cnblogs.com/dev2007/p/5830210.html

1.把几个merge conflict的commit在Gerrit上abandon

2.git log找到未提交的编号*****,git reset --soft *****

3.git stash

4.git pull

5.git stash pop(如果有冲突,根据git status信息修复)

6.git add → commit→push

you are not allowed to upload merges

参考https://blog.csdn.net/qq_43279637/article/details/102565526

 

Gerrit push到master分支踩过的坑

标签:ges   html   title   csdn   merge   master   you   sof   push   

原文地址:https://www.cnblogs.com/jessyswing/p/12842869.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!