Skip to content

Commit 7e851ed

Browse files
committed
fix for nested submodule
1 parent d4ca2f0 commit 7e851ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,6 @@ Remember that updates to submodules need to be committed as well.
332332
#### Example for submodule usage
333333

334334
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):
335-
``` bash
336-
git clone --recurse-submodules https://github.com/user_name/myExperiment.git
337-
```
338-
This would be the way to do it fast way.
339-
340-
To do it in more controlled/slow motion, see below
341335
```bash
342336
# clone the repo
343337
git clone https://github.com/user_name/myExperiment.git

0 commit comments

Comments
 (0)