Skip to content
Snippets Groups Projects

doc(build): explanation on git submodules and refactor of sync script

Merged Raphael Defosseux requested to merge doc-submodule-explanation-for-build into master
+ 1
1
@@ -32,7 +32,7 @@ Now if you have non-tracked files or modified files within git submodules, this
Use the `--verbose` option to see the execution of each command.
If the synchronization fails, you may need to go into the path of the failing git-submodule(s) and clean the workspace from non-tracked/modified files. And then execute the `./scripts/syncComponents.sh` script aagain.
If the synchronization fails, you may need to go into the path of the failing git-submodule(s) and clean the workspace from non-tracked/modified files. And then execute the `./scripts/syncComponents.sh` script again.
The 2 most important commands to know are :
Loading