假设 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