how to pull all submodules git code example
Example 1: git update all submodules
git submodule update --recursive --remote
Example 2: git load all submodules
git submodule update --init --recursive
Example 3: git checkout branch and update submodules
git checkout --recurse-submodule