This is an old revision of the document!
Overview
Tutorial for Gerrit, using mediawiki Gerrit repo.
Preparation
- Install Git (duh)
- Generate local SSH keys
- Create account at Mediawiki, add SSH keys
- Install
git-review
package on Linux
Test access with:
$ ssh -p 29418 rpjday@gerrit.wikimedia.org **** Welcome to Gerrit Code Review **** Hi Robert P. J. Day, you have successfully connected over SSH. Unfortunately, interactive shells are disabled. To clone a hosted Git repository, use: git clone ssh://rpjday@gerrit.wikimedia.org:29418/REPOSITORY_NAME.git Connection to gerrit.wikimedia.org closed. $