Gerrit Tutorial
Setting up Git
Set Up SSH Keys in Gerrit
Prepare to work with Gerrit
How to Submit a Patch
How Code is reviewed in Gerrit
Gerrit Useful Resources
Selected Reading
Setting up Git
Set Up SSH Keys in Gerrit
- Download Extension Using Git
- Add SSH Key to use with Git
- Add SSH Key to your Gerrit Account
- Add Your SSH Key
- Generate New SSH Key
Prepare to work with Gerrit
How to Submit a Patch
- Editing via the Web-Interface
- View the Change / Next Steps
- Push your change set to Gerrit
- Prepare Push change set to Gerrit
- Make & Commit Your Change
- Gerrit - Create Branch
- Gerrit - Update Master
How Code is reviewed in Gerrit
Gerrit Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Add Your SSH Key
Gerrit - Add Your SSH Key
You can add SSH key to the ssh-agent on different platforms discussed further.
Linux
Use the following command on Linux system to add SSH key
cat /home/<local-user>/.ssh/id_rsa.pub
Windows
Open the GIT GUI and go to Help → Show SSH Key as shown in the following image.
Then, cpck the Copy To Cppboard button, to copy the key to the cppboard.
Mac
In Mac OS X, you can copy id_rsa.pub contents to the cppboard using the following command.
$ pbcopy < ~/.ssh/id_rsa.pubAdvertisements