Draft: Resolve "Créer une zone de paysage extérieur" #45
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ To send your update, could you please create a branch and send us this branch?
|
||||||
### Git sub modules
|
### Git sub modules
|
||||||
|
|
||||||
This repository uses [submodule to git](https://git-scm.com/book/fr/v2/Utilitaires-Git-Sous-modules) :
|
This repository uses [submodule to git](https://git-scm.com/book/fr/v2/Utilitaires-Git-Sous-modules) :
|
||||||
- when updating the repository after merging, you will have to pass these commands to be sure you will get the submodules downloaded and updated. From your repository folder, pass :
|
- when updating the repository after merging, you will have to pass these commands to be sure you will get the submodules downloaded and updated. From your repository folder and in a branch where the submodules are being used, pass :
|
||||||
- `git submodule init`
|
- `git submodule init`
|
||||||
- `git submodule update`
|
- `git submodule update`
|
||||||
- you can pass the two in one : `git submodule update --init`
|
- you can pass the two in one : `git submodule update --init`
|
||||||
|
|
Loading…
Reference in a new issue