Skip to content

Commit 96fc215

Browse files
author
Andreas Munk
authored
Update README.md
1 parent 0804d72 commit 96fc215

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ or if you already cloned, you can do
1919
git submodule update --init
2020
```
2121

22+
To always pull submodules by default run
23+
24+
``` bash
25+
git config submodule.recurse true
26+
```
27+
2228
The aliases below might be useful as they e.g. let you pull any upstream changes
2329
to the submodules.
2430

0 commit comments

Comments
 (0)