📅  最后修改于: 2022-03-11 14:57:22.035000             🧑  作者: Mango
Option 1.
Remove .gitmodules file from project
Option 2.
rm -rf .git/modules/path_to_submodule
Remember to commit the remove change!