2013年5月2日 星期四

git-review for Gerrit

$ cd my_project

$ vi .gitreview
[gerrit]
host=gerrit.server
port=29418
project=my_project

$ git review -s

$ echo hello > world
 
$ git add world

$ git commit -m 'hello world'
 
$ git review  // 代替 git push





Reference :
gerrit with jenkins : installation and configuration | Loïc Dachary


Further:
隨手誌: git push到gerrit review server的方法與設定

沒有留言:

張貼留言