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,创建了一个我相信的分支。我已经更新了我的代码,再次提交并推送(没有错误),但是没有任何正在创建的评论的迹象。
知道我应该在哪里寻找或我可能会错过哪一步吗?提前致谢。
编辑:可能是我正在努力掌握应该在哪里 HEAD:refs/for/something ?
推送的输出会告诉你发生了什么,包括给你链接。
是的,您应该推送refs/for/master而不是推送master(这将扩展到refs/heads/master-- 绕过审查)。
refs/for/master
master
refs/heads/master