📜  删除子模块 git - Shell-Bash 代码示例

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

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

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

Remember to commit the remove change!