-
Type:
Bug
-
Resolution: Resolved Locally
-
Priority:
Medium
-
None
-
Affects Version/s: 2.1.10.0
-
Component/s: Git
-
None
-
Severity 3 - Minor
I have a main repository, x, which accesses a submodule, y. The y submodule references another submodule z.
In x, when I switch branches, z is not switched to its appropriate branch.
I think the --recursive flag maybe is not being used when switching branches.