Document all server side command line tools

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-05-28 15:12:40 -07:00
parent 2145b71fda
commit 4016a930c5
11 changed files with 528 additions and 8 deletions

View File

@@ -51,8 +51,8 @@ key's passphrase. Consult `man ssh-agent`, or your SSH client's
documentation, for more details on configuration of the agent
process and how to add the private key.
Testing Your SSH Connection
---------------------------
Testing Your SSH Connection[[test_ssh]]
---------------------------------------
To verify your SSH key is working correctly, try using an SSH client
to connect to Gerrit's SSHD port. By default Gerrit is running on
@@ -108,8 +108,8 @@ be sent through command line options.
For more details on using `repo upload`, see `repo help upload`.
git push: Create Changes
------------------------
git push: Create Changes[[push_create]]
---------------------------------------
To create new changes for review, simply push into the project's
magical `refs/for/'branch'` ref using any Git client tool: