-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: None
-
None
Deleting a Submodule from SourceTree removes the line in .gitmodules file but it does not:
- Remove the data in .git/config
- Remove the cached path in the index (git rm --cached submodule_path)
- Remove the cached data in .git/modules
Some users would like to have the option to delete all 3 above when removing a Submodule from SourceTree.