1
0

updated the bottom links, added stubs for next two sections

This commit is contained in:
Scott Chacon
2010-06-04 18:28:54 +02:00
parent d5b2569426
commit 7261edd304
5 changed files with 119 additions and 8 deletions

View File

@@ -634,7 +634,7 @@ M hello.rb
<span class="red">M</span> hello.rb
</pre>
<p>Now you can run a <code>git commit</span> which will just record
<p>Now you can run a <code>git commit</code> which will just record
the changes to the <code>README</code> file, not the now unstaged
<code>hello.rb</code>.
</p>
@@ -735,5 +735,5 @@ M hello.rb
</div>
</div>
<p><a href="/basic">On to Branching and Merging &#187;</a></p>
<p><a href="/branching">On to Branching and Merging &#187;</a></p>