Gerrit 简明教程
Gerrit - Download Examples Using Git
你可以使用以下 Git Bash 命令下载示例以及在 gerrit.wikimedia.org 组织的任何项目的源代码。
You can download the example using Git along with the source code of any project organized at gerrit.wikimedia.org using the following Git Bash command.
$ git clone
ssh://<user_name>@gerrit.wikimedia.org:29418/sandbox
git clone 命令将一个目录克隆到一个新目录中;换句话说,获取现有仓库的副本。当你运行上述命令时,它将克隆“examples”仓库并接收来自该仓库的对象、文件等,并将它们存储在你的本地分支中。
The git clone command clones a directory into a new directory; in other words gets a copy of an existing repository. When you run the above command,it will clone the 'examples' repository and receives the objects, files, etc. from that repository and stores it in your local branch.