And by the way, is there a reason I can't simply git submodule rm whatever?
| ||||
|
feedback
|
|
(via this page) To remove a submodule you need to:
| |||||||||||||||||||||
feedback
|
|
Have a look at this answer. As suggested before, use To remove config all entries you need to do this:
Please note: When you do So if you wish to remove the modules, but be able to restore it quickly, then do just this:
It is a good idea to do git | |||||||||
feedback
|
|
You must remove the entry in
If you'll write on git's mailing list probably someone will do a shell script for you. | ||||
|
feedback
|
|
In addition to the recommendations, I also had to | |||||
feedback
|
|
If the submodule was accidentally added because you added, committed and pushed a folder that was already a git repo (contained
Fwiw I also removed the | |||
|
feedback
|