美文网首页
gerrit同步单个仓库

gerrit同步单个仓库

作者: 清闲的云云子 | 来源:发表于2021-08-04 15:23 被阅读0次

    [remote "gerrit-review"]
    #url = git@192.168.1.1:aaa/{name}.git url = git@192.168.1.1:{name}.git
    push = +refs/heads/:refs/heads/
    push = +refs/tags/:refs/tags/
    push = +refs/changes/:refs/changes/
    timtout = 30
    threads = 3
    rescheduleDelay = 15
    [remote "gitlab"]
    url = git@192.168.1.2:/${name}.git
    push = +refs/heads/:refs/heads/
    push = +refs/tags/:refs/tags/
    push = +refs/changes/:refs/changes/
    timtout = 30
    threads = 3
    rescheduleDelay = 15
    projects = "sys/*"

    相关文章

      网友评论

          本文标题:gerrit同步单个仓库

          本文链接:https://www.haomeiwen.com/subject/ppyuvltx.html