summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-04-29 14:21:05 -0700
committerJunio C Hamano <gitster@pobox.com>2020-04-29 14:21:05 -0700
commit0dd50943c112dfc70367bd39eb3c88371db2518f (patch)
treef60fdfeafd48ad1b7c65220f044086e476422ecb /git-checkout.html
parent67bf224a9fb3cd34ef712113c48f3144a9bc232a (diff)
downloadgit-htmldocs-0dd50943c112dfc70367bd39eb3c88371db2518f.tar.gz
Autogenerated HTML docs for v2.26.2-357-g86ab1
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 8f9f6945b..2acb0ec30 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -1161,11 +1161,11 @@ section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <co
</dt>
<dd>
<p>
- Using <code>--recurse-submodules</code> will update the content of all initialized
+ Using <code>--recurse-submodules</code> will update the content of all active
submodules according to the commit recorded in the superproject. If
local modifications in a submodule would be overwritten the checkout
will fail unless <code>-f</code> is used. If nothing (or <code>--no-recurse-submodules</code>)
- is used, the work trees of submodules will not be updated.
+ is used, submodules working trees will not be updated.
Just like <a href="git-submodule.html">git-submodule(1)</a>, this will detach <code>HEAD</code> of the
submodule.
</p>
@@ -1552,7 +1552,7 @@ $ git add frotz</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2020-04-29 14:18:27 PDT
</div>
</div>
</body>