I made a change in gerrit which was code reviewed and after 7 revisions approved. But, now it cannot be merged and trying to rebase in gerrit website is not working due to merge conflict. How can I resolve this merge conflict and merge the same approved change and not create a new one. (Full steps from cloning the repo would be appreciated.)
相关问题
- .gitattributes merge strategy not working
- git merge against an arbitrary base revision (git-
- git-review -> promote draft to code-review
- Need to understand Git/Gerrit command (fetch & pus
- git rebase already merged branch?
相关文章
- A separate commit for conflict resolution with git
- How to check mergeability of a branches using the
- What is wrong with merge commits?
- Customize gerrit home page:logo and color
- How can one take several top-level projects in Ger
- Conflict resolution or conflict avoidance in GIT?
- Getting merged code “right” with Git
- How to apply diff between commits to current head
1) Clone the Gerrit repository
2) Go to the change page on Gerrit and copy the checkout patch command
3) Rebase the change
4) Solve the conflicts
5) Continue the rebase
Repeat the steps 4 and 5 until the end of conflicts
Note: Keep the same Change-Id
6) Send the new patchset to Gerrit