Git-submodules
Git clone including submodules
git clone --recursive [URL to Git repo] Load submodules in already cloned repo
git submodule update --init --recursive Pull all changes in the repo including changes in the submodules
[Read More]