how to clone all submodules code example
Example: git clone submodules
# This will clone a repo with all submodules included
git clone --recurse-submodules https://github.com/<org>/<repo>.git
# This will clone a repo with all submodules included
git clone --recurse-submodules https://github.com/<org>/<repo>.git