Gerrit 使用说明
https://blog.csdn.net/Crisy_guoguo/article/details/48969017
https://blog.csdn.net/knightboyphp/article/details/51460575
操作步骤:
1. 克隆
git clone ssh://xxxx@gerrit.xxx:29418/app-cpp/xx && scp -p -P 29418 xxxx@gerrit.xxx:hooks/commit-msg xx/.git/hooks/
2. 建立别名
git branch big_express remotes/origin/develop_review
3. 切换分支
git checkout big_express
//修改文件并提交
1. git add -A
2. git commit -m "Commit 20191115 src-submit" --amend
3. git push origin HEAD:refs/for/develop_review
阅读(2180) | 评论(0) | 转发(0) |