git submodule? code example
Example 1: git load all submodules
git submodule update --init --recursive
Example 2: git pull onbly submodule
git submodule update --remote <path to the submodule>
git submodule update --init --recursive
git submodule update --remote <path to the submodule>