demo-dockerwSubmodules/README.md
2025-01-16 21:43:00 -03:00

8 lines
257 B
Markdown

# How to clone the repo:
`git clone --recursive git@git.impstyle.com:test/demo-dockerwSubmodules.git`
## Update all submodules to their latest commits
`git submodule update --remote`
## Update a specific submodule
`git submodule update --remote /backend`