Enhancements for git submodules:
-
When checking out a branch, submodules should be updated (i.e., git submodule update)
-
There does not appear to be any way to change a submodule's commit other than by doing so in the git CLI, at which point it will then show up in SM as a submodule change that can be staged+committed for the main repo.
Enhancements for git submodules:
When checking out a branch, submodules should be updated (i.e.,
git submodule update)There does not appear to be any way to change a submodule's commit other than by doing so in the git CLI, at which point it will then show up in SM as a submodule change that can be staged+committed for the main repo.