Maybe this is kind of a dumb question, however I can't seem to wrap my head around this.
I have a repository with 3 submodules, one of them beeing a sub-submodule. All three submodules are third party open source projects on GitHub.
Structure:
My Project
L SubmoduleA
L SubmoduleB
L SubmoduleC
How do I update all three submodules to the latest available commit (on master branch) on GitHub?
EDIT: Of course I don't want to get the latest commit of SubmoduleC
but the one, that is referenced within SubmoduleB
. This will change a lot with updates to SubmoduleB
.