gerrit

Posted itzxy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gerrit相关的知识,希望对你有一定的参考价值。

修改项目配置文件

git clone ssh://[email protected]:29418/All-Projects && scp -p -P 29418 admin@localhost:hooks/commit-msg All-Projects/.git/hooks/

#refs/meta/config 是All-Projects的引用
git fetch origin refs/meta/config:refs/remotes/origin/meta/config
git checkout meta/config
#现在目录下有groups  project.config两个文件
#提交修改
git add .
git commit -m "modify config"
git push origin meta/config:meta/config

--------------------- 本文来自 CPlusPlusLove 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/chenjh213/article/details/50571190?utm_source=copy 

以上是关于gerrit的主要内容,如果未能解决你的问题,请参考以下文章

Gerrit的基本使用

ubuntu搭建gerrit+gitweb代码审核系统

JIRA 中 fix BUG时 ,有一个Gerrit Id,请问Gerrit Id是啥意思

Gerrit安装部署

Gerrit 代码审核服务器

Gerrit使用简介