command in a terminal.
</p>
-<pre><code>
+<pre>
$ git clone https://go.googlesource.com/go
$ cd go
-</code></pre>
+</pre>
<h3 id="master">Contributing to the main Go tree</h3>
<p>
Once you have the changes queued up, you will want to commit them.
-In the Go contribution workflow this is done with a `git change` command,
-which creates a local branch and commits the changes directly to that local branch.
+In the Go contribution workflow this is done with a <code>git</code>
+<code>change</code> command, which creates a local branch and commits the changes
+directly to that local branch.
</p>
<pre>
</p>
<p>
-As the `git commit` is the final step, Git will open an editor to ask for a
-commit message.
-(It uses the editor named by the <code>$EDITOR</code> environment variable,
+As the <code>git</code> <code>commit</code> is the final step, Git will open an
+editor to ask for a commit message. (It uses the editor named by
+the <code>$EDITOR</code> environment variable,
<code>vi</code> by default.)
The file will look like: