- Remove the submodule entry from
.git/config
git submodule deinit -f path/to/submodule
- Remove the submodule directory from the superproject’s
.git/modulesdirectory
rm -rf .git/modules/path/to/submodule
- Remove the entry in
.gitmodulesand remove the submodule directory located atpath/to/submodule
git rm -f path/to/submodule