git commit -m'commit message, e.g. update submodule (name_of_submodule)'
git push <remote branch name>
```
This push of the main repository has not done any changes to the submodules (which have already been pushed in the last step) -- it has merely updated the submodule structure in a way to point to the
This push of the main repository has not done any changes to the submodules (which have already been pushed in the last step) -- it has merely updated the submodule structure. On the OpenVT platform, you will see that the commit hash given with the submodule has changed to that of the latest version.