Quoting "Rich Pixley" [off-list ref]:
How do I remove a submodule?
got to your superproject and:
- delete the submodules's section in .gitmodules and .git/config
- run "git rm --cached path_to_submodule"
- commit the superproject
- remove the submodule files.
- remove .git/modules/your_submodule
hth,
tom.
--
Thomas "Duke" Hager duke@sigsegv.at
GPG: 2048R/791C5EB1 http://www.sigsegv.at/gpg/duke.gpg
=================================================================
"Never Underestimate the Power of Stupid People in Large Groups."