Spell out git submodule deinit -f --all (#2153)
This commit is contained in:
parent
c207d2f288
commit
e124246da8
1 changed files with 8 additions and 0 deletions
|
|
@ -597,6 +597,14 @@ $ git submodule foreach git reset --hard
|
|||
|
||||
and then try `git submodule update` again.
|
||||
|
||||
### Deinit git submodules
|
||||
|
||||
If that doesn't work, you can try to deinit all git submodules...
|
||||
|
||||
```
|
||||
git submodule deinit -f --all
|
||||
```
|
||||
|
||||
Unfortunately sometimes your local git submodules configuration can become
|
||||
completely messed up for some reason.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue