将已有的git库导入gerrit
在 gerrit 创建一个新project,不要有 init commit。
添加gerrit库地址
1 | git add gerrit-remote-name git://path/to/your.git |
直接用对refs/heads/*有权限的帐号:
1 | git push gerrit-remote-name master |
在 gerrit 创建一个新project,不要有 init commit。
添加gerrit库地址
1 | git add gerrit-remote-name git://path/to/your.git |
直接用对refs/heads/*有权限的帐号:
1 | git push gerrit-remote-name master |