You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,7 +327,32 @@ on its remote repository and then merge those locally.
327
327
git submodule update --remote --merge
328
328
```
329
329
330
-
Remember that updates to submodules need to be commited as well.
330
+
Remember that updates to submodules need to be committed as well.
331
+
332
+
#### Example for submodule usage
333
+
334
+
So say you want to clone a repo that has some nested submodules, then you would type this to get the content of all the submodules at once (here with assumption that you want to clone my experiment repo):
0 commit comments