git git pull recursive code example
Example 1: git update all submodules
git submodule update --recursive --remote
Example 2: git load all submodules
git submodule update --init --recursive
git submodule update --recursive --remote
git submodule update --init --recursive