summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /git-checkout.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-checkout.html b/git-checkout.html
index d424a2a5f..e96339669 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -1177,7 +1177,7 @@ a---b---c---d branch 'master' (refers to commit 'd')
|
tag 'v2.0' (refers to commit 'b')</code></pre>
</div></div>
-<div class="paragraph"><p>In fact, we can perform all the normal git operations. But, let&#8217;s look
+<div class="paragraph"><p>In fact, we can perform all the normal Git operations. But, let&#8217;s look
at what happens when we then checkout master:</p></div>
<div class="listingblock">
<div class="content">
@@ -1193,7 +1193,7 @@ a---b---c---d branch 'master' (refers to commit 'd')
</div></div>
<div class="paragraph"><p>It is important to realize that at this point nothing refers to commit
<em>f</em>. Eventually commit <em>f</em> (and by extension commit <em>e</em>) will be deleted
-by the routine git garbage collection process, unless we create a reference
+by the routine Git garbage collection process, unless we create a reference
before that happens. If we have not yet moved away from commit <em>f</em>,
any of these will create a reference to it:</p></div>
<div class="listingblock">
@@ -1349,7 +1349,7 @@ $ git add frotz</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-12-21 15:43:33 PST
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>