2025-01-17 01:41:07 +01:00
|
|
|
# How to clone the repo:
|
|
|
|
`git clone --recursive git@git.impstyle.com:test/demo-dockerwSubmodules.git`
|
|
|
|
|
|
|
|
## Update all submodules to their latest commits
|
2025-01-17 01:43:00 +01:00
|
|
|
`git submodule update --remote`
|
2025-01-17 01:41:07 +01:00
|
|
|
|
|
|
|
## Update a specific submodule
|
2025-01-17 01:43:00 +01:00
|
|
|
`git submodule update --remote /backend`
|