get the submodule initially
git submodule add <url>
git submodule init
time passes, submodule upstream is updated, and you now want to update.
git submodule update