📜  git remove submodule - Shell-Bash 代码示例

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

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

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

Remember to commit the remove change!