假设 submodule 名称为 test.
1. git submodule deinit -f -- test
2. rm -rf .git/modules/test
3. git rm -f test
4. git rm --cached test
假设 submodule 名称为 test.
1. git submodule deinit -f -- test
2. rm -rf .git/modules/test
3. git rm -f test
4. git rm --cached test
本文标题:git submodule 删除子模块
本文链接:https://www.haomeiwen.com/subject/bcicsdtx.html
网友评论