summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-28 15:01:40 -0700
committerJunio C Hamano <gitster@pobox.com>2017-03-28 15:01:40 -0700
commit2affb96f40129de19a00a0ff8b22e31a47499c42 (patch)
tree4700d27428bfbac9938185bf6edea4475dce25bb /git-checkout.html
parent7ab74c417c5b91c9b0cabd4b4ba94884c0aff570 (diff)
downloadgit-htmldocs-2affb96f40129de19a00a0ff8b22e31a47499c42.tar.gz
Autogenerated HTML docs for v2.12.2-510-ge110
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-checkout.html b/git-checkout.html
index 512e4160f..d7c405f8f 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -1099,6 +1099,18 @@ section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <co
</p>
</dd>
<dt class="hdlist1">
+--[no-]recurse-submodules
+</dt>
+<dd>
+<p>
+ Using --recurse-submodules will update the content of all initialized
+ 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 --no-recurse-submodules)
+ is used, the work trees of submodules will not be updated.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;branch&gt;
</dt>
<dd>
@@ -1414,7 +1426,7 @@ $ git add frotz</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-09-26 16:43:51 PDT
+Last updated 2017-03-28 15:01:30 PDT
</div>
</div>
</body>