develop
Git Remove Submodules
- Remove the submodule entry from
.git/config
git submodule deinit -f path/to/submodule
- Remove the submodule directory from the superproject’s
.git/modules …
1min