Skip to content

Commit b21d99b

Browse files
authored
Spell out git submodule deinit -f --all (rust-lang#2153)
1 parent 5c95a5c commit b21d99b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/git.md

+8
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,14 @@ $ git submodule foreach git reset --hard
597597

598598
and then try `git submodule update` again.
599599

600+
### Deinit git submodules
601+
602+
If that doesn't work, you can try to deinit all git submodules...
603+
604+
```
605+
git submodule deinit -f --all
606+
```
607+
600608
Unfortunately sometimes your local git submodules configuration can become
601609
completely messed up for some reason.
602610

0 commit comments

Comments
 (0)