» blogwi.se - Properly removing a git submodule
- Remove the entry from your .gitmodules file
- Look in .git/config for an entry for the submodule and remove it, too
- run
git rm --cached 'path/to/submodule'




