README.md
This commit is contained in:
parent
86b48b2ac8
commit
061a712c95
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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
|
Loading…
Reference in a new issue