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.
我是 Git 和 Gerrit 的新手。
我想知道我是否通过 Gerrit 进行前几次提交,然后通过绕过 Gerrit 直接向 Git 提交一些提交,这会导致 Gerrit 不同步吗?
由于直接提交,进一步的提交是否会出现一些问题?
不,不会有任何问题。但是您可能需要在合并之前重新调整之前上传的更改[如果这些 CL 的父级由于绕过的更改而更改]。除此之外,您在尝试合并更改时可能会遇到冲突。对未来的提交不会有任何影响..
检查文档,看起来答案是否定的;这是支持的。