Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git remove submodule

Option 1.
Remove .gitmodules file from project

Option 2.
rm -rf .git/modules/path_to_submodule

Remember to commit the remove change!
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #remove #submodule
ADD COMMENT
Topic
Name
8+3 =