1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:20:11 -07: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:
Andrew Gerrand 2014-12-18 12:55:22 +11:00
parent 968f0df5d8
commit 0293b7ee37

View File

@ -139,7 +139,7 @@ Make sure <code>git-codereview</code> is installed in your shell path, so that t
</p> </p>
<pre> <pre>
$ git review help $ git codereview help
</pre> </pre>
<p> <p>
@ -165,7 +165,7 @@ by typing, for instance,
</p> </p>
<pre> <pre>
$ git review sync $ git codereview sync
</pre> </pre>
<p> <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> <p>After installing the <code>git-codereview</code> command, you can run</p>
<pre> <pre>
$ git review help $ git codereview help
</pre> </pre>
<p> <p>