How do I manually add a project to the gerrit code review tool?
I've seen some examples that execute a gerrit binary but my installation doesn't appear to have one of these...
Thanks in advance.
|
How do I manually add a project to the gerrit code review tool? I've seen some examples that execute a gerrit binary but my installation doesn't appear to have one of these... Thanks in advance. |
||||
|
|
|
You need to use the ssh interface. Set up your public key in the web interface then run:
This will list you the available commands. What you actually need to run to create your project is:
|
|||||||||||
|
|
From gerrit 2.3.x, if you are in Administrator, you can create the project in the web as well. It is visible under Admin/Projects if you have permission. |
|||
|
|