Merge changes I6835c8fd,I3b945bb7,I8cf752fe
* changes: Clean up syntax of cmd-create-branch.txt Remove spaces in front of example Add a period to the end of description sentence
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
= gerrit close-connection
|
||||
|
||||
== NAME
|
||||
gerrit close-connection - Close the specified SSH connection
|
||||
gerrit close-connection - Close the specified SSH connection.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@@ -69,7 +69,7 @@ Create a new batch/role access user account called `watcher` in
|
||||
the 'Non-Interactive Users' group.
|
||||
|
||||
----
|
||||
$ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --group "'Non-Interactive Users'" --ssh-key - watcher
|
||||
$ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --group "'Non-Interactive Users'" --ssh-key - watcher
|
||||
----
|
||||
|
||||
GERRIT
|
||||
|
@@ -1,7 +1,7 @@
|
||||
= gerrit create-branch
|
||||
|
||||
== NAME
|
||||
gerrit create-branch - Create a new branch
|
||||
gerrit create-branch - Create a new branch.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
@@ -40,7 +40,7 @@ Create a new branch called 'newbranch' from the 'master' branch of
|
||||
the project 'myproject'.
|
||||
|
||||
----
|
||||
$ ssh -p 29418 review.example.com gerrit create-branch myproject newbranch master
|
||||
$ ssh -p 29418 review.example.com gerrit create-branch myproject newbranch master
|
||||
----
|
||||
|
||||
GERRIT
|
||||
|
Reference in New Issue
Block a user