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