summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-05 15:33:56 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-05 15:33:56 -0800
commit2567b326fac6961a6fc6075ad2f22a744252f2f3 (patch)
tree2e4c640f64f1f8f00b992e414a2fd316aea798d4 /git-checkout.html
parentcf7310088e7328f8aa7ea2c5de767ef9499b5d78 (diff)
downloadgit-htmldocs-2567b326fac6961a6fc6075ad2f22a744252f2f3.tar.gz
Autogenerated HTML docs for v2.20.1-519-g8fedd
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/git-checkout.html b/git-checkout.html
index d4987e856..ecdec9a4c 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -1297,20 +1297,20 @@ $ git tag foo <b>&lt;3&gt;</b></code></pre>
<li>
<p>
creates a new branch <em>foo</em>, which refers to commit <em>f</em>, and then
-updates HEAD to refer to branch <em>foo</em>. In other words, we&#8217;ll no longer
-be in detached HEAD state after this command.
+ updates HEAD to refer to branch <em>foo</em>. In other words, we&#8217;ll no longer
+ be in detached HEAD state after this command.
</p>
</li>
<li>
<p>
similarly creates a new branch <em>foo</em>, which refers to commit <em>f</em>,
-but leaves HEAD detached.
+ but leaves HEAD detached.
</p>
</li>
<li>
<p>
creates a new tag <em>foo</em>, which refers to commit <em>f</em>,
-leaving HEAD detached.
+ leaving HEAD detached.
</p>
</li>
</ol></div>
@@ -1345,8 +1345,8 @@ to checkout these paths out of the index.</p></div>
<li>
<p>
The following sequence checks out the <code>master</code> branch, reverts
-the <code>Makefile</code> to two revisions back, deletes hello.c by
-mistake, and gets it back from the index.
+ the <code>Makefile</code> to two revisions back, deletes hello.c by
+ mistake, and gets it back from the index.
</p>
<div class="listingblock">
<div class="content">
@@ -1393,7 +1393,7 @@ You should instead write:</p></div>
<li>
<p>
After working in the wrong branch, switching to the correct
-branch would be done using:
+ branch would be done using:
</p>
<div class="listingblock">
<div class="content">
@@ -1421,7 +1421,7 @@ changes you made since the tip of the new branch.</p></div>
<li>
<p>
When a merge conflict happens during switching branches with
-the <code>-m</code> option, you would see something like this:
+ the <code>-m</code> option, you would see something like this:
</p>
<div class="listingblock">
<div class="content">
@@ -1454,7 +1454,7 @@ $ git add frotz</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-01-04 14:31:36 PST
+ 2019-02-05 15:33:20 PST
</div>
</div>
</body>