Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不进行任何合并提交的情况下将我的 gerrit 补丁更新为最新代码?我的补丁落后了一些提交,我不想在 gerrit 上制作新补丁。
git rebase origin/master
工作并在需要时解决冲突。