Commit 07a2ffaf authored by Leigh McCulloch's avatar Leigh McCulloch Committed by Brad Fitzpatrick

doc: move single change workflow note in contribution guide

The note about the single change workflow is included in the
git-codereview installation instructions, but it has nothing to do with
installing git-codereview. This note is more relevant for when a change
is actually being made.

Change-Id: Iccb90f3b7da87fab863fa4808438cd69a21a2fce
Reviewed-on: https://go-review.googlesource.com/76317Reviewed-by: default avatarSteve Francia <spf@golang.org>
parent 79bd5085
...@@ -208,12 +208,6 @@ daily work, install the hooks in a new Git checkout by running ...@@ -208,12 +208,6 @@ daily work, install the hooks in a new Git checkout by running
<code>git-codereview</code> <code>hooks</code>. <code>git-codereview</code> <code>hooks</code>.
</p> </p>
<p>
The workflow described below assumes a single change per branch.
It is also possible to prepare a sequence of (usually related) changes in a single branch.
See the <a href="https://golang.org/x/review/git-codereview">git-codereview documentation</a> for details.
</p>
<h3 id="git-config">Set up git aliases</h3> <h3 id="git-config">Set up git aliases</h3>
<p> <p>
...@@ -429,6 +423,12 @@ In the Go contribution workflow this is done with a <code>git</code> ...@@ -429,6 +423,12 @@ In the Go contribution workflow this is done with a <code>git</code>
directly to that local branch. directly to that local branch.
</p> </p>
<p>
The workflow described here assumes a single change per branch.
It is also possible to prepare a sequence of (usually related) changes in a single branch.
See the <a href="https://golang.org/x/review/git-codereview">git-codereview documentation</a> for details.
</p>
<pre> <pre>
$ git change <i>&lt;branch&gt;</i> $ git change <i>&lt;branch&gt;</i>
</pre> </pre>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment