<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Submodules</id>
	<title>Submodules - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Submodules"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Submodules&amp;action=history"/>
	<updated>2026-06-19T19:11:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Submodules&amp;diff=26646&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;To clone a repo plus all of its submodules (not done by default!), use the recursive flag:  &lt;pre&gt; git clone --recursive &lt;git-repo-address&gt; &lt;/pre&gt;  If you forgot to use the rec...&quot;</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Submodules&amp;diff=26646&amp;oldid=prev"/>
		<updated>2019-07-12T17:53:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To clone a repo plus all of its submodules (not done by default!), use the recursive flag:  &amp;lt;pre&amp;gt; git clone --recursive &amp;lt;git-repo-address&amp;gt; &amp;lt;/pre&amp;gt;  If you forgot to use the rec...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To clone a repo plus all of its submodules (not done by default!), use the recursive flag:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone --recursive &amp;lt;git-repo-address&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you forgot to use the recursive flag, initialize all the submodules from the repo folder via:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git submodule update --init&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have all the submodules and you want to update all of them from their respective remotes, use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git submodule update --remote&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Git]]&lt;br /&gt;
[[Category:Unix]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>