Fix git config documentation
This commit is contained in:
parent
b2f8514dd0
commit
265dd598e4
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@
|
||||||
```
|
```
|
||||||
git clone --recurse-submodules https://git.cacert.org/cacert-oidc-parent.git
|
git clone --recurse-submodules https://git.cacert.org/cacert-oidc-parent.git
|
||||||
cd cacert-oidc-parent
|
cd cacert-oidc-parent
|
||||||
git config submodules.recurse true
|
# cause pull, fetch and other git commands to consider submodules
|
||||||
|
git config submodule.recurse true
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue