You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0. mv a/submodule a/submodule_tmp
1. git submodule deinit -f -- a/submodule
2. rm -rf .git/modules/a/submodule
3. git rm -f a/submodule
# Note: a/submodule (no trailing slash,尾巴上没有斜杠)# or, if you want to leave it in your working tree and have done step 0
3. git rm --cached a/submodule
# 还原目录
mv a/submodule_tmp a/submodule
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: