gerrit同步单个仓库
2021-08-04 本文已影响0人
清闲的云云子
[remote "gerrit-review"]
#url = git@192.168.1.1:aaa/{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/*"