|
|
|
|
|
by michaelmior
1199 days ago
|
|
I haven't had a problem in general with switching branches and submodules. You just change branches and then `git submodule update`. Or `git checkout --recurse-submodules`. You can also set this as the default behavior so that checkout automatically updates submodules. `git config --global submodule.recurse true` |
|
Having to set a configuration option to make submodules work is another example of the feature being unfinished.