mirror of
https://github.com/golang/go
synced 2024-11-02 09:03:03 +00:00
doc: fixes to contributor docs
Change-Id: Ib31fb1f8239d8113728bc4c6e411416721571341 Reviewed-on: https://go-review.googlesource.com/1743 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
968f0df5d8
commit
0293b7ee37
1 changed files with 3 additions and 3 deletions
|
@ -139,7 +139,7 @@ Make sure <code>git-codereview</code> is installed in your shell path, so that t
|
|||
</p>
|
||||
|
||||
<pre>
|
||||
$ git review help
|
||||
$ git codereview help
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
@ -165,7 +165,7 @@ by typing, for instance,
|
|||
</p>
|
||||
|
||||
<pre>
|
||||
$ git review sync
|
||||
$ git codereview sync
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
@ -204,7 +204,7 @@ To install them, copy this text into your Git configuration file
|
|||
<p>After installing the <code>git-codereview</code> command, you can run</p>
|
||||
|
||||
<pre>
|
||||
$ git review help
|
||||
$ git codereview help
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue