We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d47ba2 + 4ad5f56 commit 855f794Copy full SHA for 855f794
content/howto/member_list.md
@@ -33,7 +33,11 @@ In your terminal/console navigate to a folder where you want to download the rep
33
```bash
34
git clone <link>
35
```
36
-change into the new folder and switch to a new branch
+then go to the directory of the cloned repository and fetch submodules:
37
+```bash
38
+git submodule update --init --recursive
39
+```
40
+and switch to a new branch
41
42
git switch --create <branch_name>
43
0 commit comments