From 061a712c9567dc54b3df52d6623e8cfd5fb52ff0 Mon Sep 17 00:00:00 2001 From: zwnk Date: Thu, 16 Jan 2025 21:41:07 -0300 Subject: [PATCH] README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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