📜  git remove submodule - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:22.035000             🧑  作者: Mango

代码示例6
Option 1.
Remove .gitmodules file from project

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

Remember to commit the remove change!