Git delete sub-module
Git delete sub-module
If the name of your submodule is a/submodule
git submodule deinit -f -- a/submodulerm -rf .git/submodules/a/submodulegit rm -f a/submodule
If the name of your submodule is a/submodule
git submodule deinit -f -- a/submodulerm -rf .git/submodules/a/submodulegit rm -f a/submodule