I have a super project with a submodule in it (Overleaf project). I have made changes to the submodule but they are not showing up in the super project. I want to update the superproject to reflect the latest commits to the submodule. My understanding is that git submodule update
acts on the submodule to fetch the latest commits from the super project but how do I do the reverse?
When in the superproject I run git submodule update --remote
it tells me no changes found