how to pull git repo and submodules together code example
Example 1: git pull with submodules
git pull --recurse-submodules
Example 2: git pull with submodules
git submodule update
git pull --recurse-submodules
git submodule update