📌  相关文章
📜  git remove submodule keep files - Shell-Bash 代码示例

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

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

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

Remember to commit the remove change!