Quoting "Rich Pixley" <rich.pixley@xxxxxxxx>:
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@xxxxxxxxxx GPG: 2048R/791C5EB1 http://www.sigsegv.at/gpg/duke.gpg ================================================================= "Never Underestimate the Power of Stupid People in Large Groups." -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html