summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-30 14:48:08 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-30 14:48:08 -0800
commit11f1df190fcc3ac9c3263a3eba8104cbdee4787d (patch)
treed502d6143db9bbb16ca8afac629ff1b4126c9482 /git-checkout.html
parentd71eb7dd5b4fb3cafaa3d603f625c0a0f75373f4 (diff)
downloadgit-htmldocs-11f1df190fcc3ac9c3263a3eba8104cbdee4787d.tar.gz
Autogenerated HTML docs for v2.39.1-388-g2fc9e
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/git-checkout.html b/git-checkout.html
index 2134d807f..b44448f10 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -944,8 +944,9 @@ of it").</p></div>
</dt>
<dd>
<p>
- Create a new branch named <code>&lt;new-branch&gt;</code> and start it at
- <code>&lt;start-point&gt;</code>; see <a href="git-branch.html">git-branch(1)</a> for details.
+ Create a new branch named <code>&lt;new-branch&gt;</code>, start it at
+ <code>&lt;start-point&gt;</code>, and check the resulting branch out;
+ see <a href="git-branch.html">git-branch(1)</a> for details.
</p>
</dd>
<dt class="hdlist1">
@@ -953,10 +954,11 @@ of it").</p></div>
</dt>
<dd>
<p>
- Creates the branch <code>&lt;new-branch&gt;</code> and start it at <code>&lt;start-point&gt;</code>;
- if it already exists, then reset it to <code>&lt;start-point&gt;</code>. This is
- equivalent to running "git branch" with "-f"; see
- <a href="git-branch.html">git-branch(1)</a> for details.
+ Creates the branch <code>&lt;new-branch&gt;</code>, start it at <code>&lt;start-point&gt;</code>;
+ if it already exists, then reset it to <code>&lt;start-point&gt;</code>. And then
+ check the resulting branch out. This is equivalent to running
+ "git branch" with "-f" followed by "git checkout" of that branch;
+ see <a href="git-branch.html">git-branch(1)</a> for details.
</p>
</dd>
<dt class="hdlist1">
@@ -1633,7 +1635,7 @@ checkout.thresholdForParallelism
<div id="footer">
<div id="footer-text">
Last updated
- 2023-01-21 17:52:14 PST
+ 2023-01-30 14:44:53 PST
</div>
</div>
</body>