本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
git review (gerrit)
git clone ssh://zouhy@gerrit.corp.haoning.com:29418/haoning-telegraf
git remote add gerrit ssh://zouhy@gerrit.corp.haoning.com:29418/haoning-telegraf
git review -s
############################
gi ...
[转]Gerrit代码审核服务器搭建全过程
Gerrit代码审核服务器搭建全过程
转载请标明出处:http://blog.csdn.net/ganshuyu/article/details/8978614
环境:Ubuntu12.xx
1、建立专有帐户
sudo adduser gerrit
sudo passwd gerrit
su gerrit
2、配置Java环境
从官网下载对 ...
Git+Gerrit常见问题解决方法
1.Your local changes to the following files would be overwritten by merge
如果系统中有一些配置文件在服务器上做了配置修改,然后后续开发又新添加一些配置项的时候,在发布这个配置文件的时候,会发生代码冲突:
error: Your local changes to the following files wo ...
Git, Gerrit, Hudson (2) -- 使用GIT
1. 拷贝远程库
在 Git bash 中,使用以下命令拷贝远程库:
git clone review:<repository_name>
<repository_name> 是远程库的名称,例如:远程库叫 "ProjectA",使用以下命令:
git clone review:ProjectA
但是,如果使用的 ...
Git, Gerrit, Hudson (1) -- 安装配置客户端
1. 安装git客户端
(1)MsysGIT
MsysGIT是命令行版本工具,它是其它工具能运行的基础。下载 Git-1.7.3.1-preview20101002.exe 。
下载成功后安装,将安装 git 和一个方便的 bash shell 工具。
注意,安装时选择:
"Run Git from the Windows Command Prompt"
" ...
apache2 + git + gerrit + mysql 配置、简单git操作
经过一晚的折腾,终于在linux mint12下将apache2,git,gerrit配置成功。
参考资料:
http://m.oschina.net/blog/33017
http://www.lifeyun.com/code-review-tools-installation-gerrit.html
http://unethicalblogger.com/2009/12/07/code-rev ...
使用Google Gerrit做代码评审
下边为本人写的两篇文章, 与大家分享下:
How to install gerrit and practice it?
http://www.lifeyun.com/code-review-tools-installation-gerrit.html
Recommended code review process:
http://www.lifeyun.com/recommended-co ...