summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
commit92d80370646a0ce43b0c769027492b3c891090aa (patch)
treecee7315334fee3145cb4badcc7a400e3e763fbac /git-checkout.html
parent48931e26012d8d7ad1a7e1d9701f52be1b77e45a (diff)
downloadgit-htmldocs-92d80370646a0ce43b0c769027492b3c891090aa.tar.gz
Autogenerated HTML docs for v2.9.1-273-g79ed4
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 950ef8193..25dbbfa71 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -956,7 +956,7 @@ of it").</p></div>
When creating a new branch, set up "upstream" configuration. See
"--track" in <a href="git-branch.html">git-branch(1)</a> for details.
</p>
-<div class="paragraph"><p>If no <em>-b</em> option is given, the name of the new branch will be
+<div class="paragraph"><p>If no <code>-b</code> option is given, the name of the new branch will be
derived from the remote-tracking branch, by looking at the local part of
the refspec configured for the corresponding remote, and then stripping
the initial part up to the "*".
@@ -964,7 +964,7 @@ This would tell us to use "hack" as the local branch when branching
off of "origin/hack" (or "remotes/origin/hack", or even
"refs/remotes/origin/hack"). If the given name has no slash, or the above
guessing results in an empty name, the guessing is aborted. You can
-explicitly give a name with <em>-b</em> in such a case.</p></div>
+explicitly give a name with <code>-b</code> in such a case.</p></div>
</dd>
<dt class="hdlist1">
--no-track
@@ -1401,7 +1401,7 @@ $ git add frotz</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-11-06 15:25:44 PST
+Last updated 2016-07-13 14:58:50 PDT
</div>
</div>
</body>