TODO
Create submodule:
git submodule add -b master https://github.com/akv-platform/helpers.git
Clone repository with submodules:
- git clone --branch v-dmshib/refactor-helper-module --recursive https://github.com/akv-platform/toolcache-python-generation.git
- More modern variant: git clone --branch v-dmshib/refactor-helper-module --recurse-submodules https://github.com/akv-platform/toolcache-python-generation.git
- Clone and update submodule: git clone --branch v-dmshib/refactor-helper-module --recurse-submodules --remote-submodules https://github.com/akv-platform/toolcache-python-generation.git
Submodule takes timestamp of current changes. So if you want to keep it up to date you should use third variant or after clone excecute: git submodule update --init and after that you can continue use git submodule update --remote.