I took the following steps to completely remove my submodules: Link
Everything is gone, but the really annoying thing is that when I view the repository on Github, it's still showing the module, but its grayed out. Is there a way to get rid of it? It's just super annoying to see that it's there, when it's really not...
I have:
- Removed the submodule entry from .git/config
- Removed the submodule directory from .git/modules
- Removed the entry from .gitmodules
Github recognizes that it has been removed, but it still shows it on Github as a grayed out Submodule.
