diff --git a/README.md b/README.md new file mode 100644 index 0000000..984348e --- /dev/null +++ b/README.md @@ -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