Gerrit 简明教程

Gerrit - Configuring Git-Review

Gerrit 构建在 Git 版本控制系统之上,后者从其他主机提取代码,向代码推送更改,提交代码以供审阅,等等。Git 的默认远程名称是 origin,我们通过使用以下命令告诉 git-review 使用此名称“origin”。

Gerrit is built on top of Git version control system, which extracts the code from other host, pushing changes to the code, submitting the code for review, etc. The default remote name of Git is origin and we tell git-review to use this name 'origin' by using the following command.

$ git config --global gitreview.remote origin