We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be7828 commit 741782cCopy full SHA for 741782c
README.md
@@ -563,12 +563,6 @@ git clean -f
563
git clean -f -d
564
```
565
566
-
567
-__Alternatives:__
568
-```sh
569
-git clean -df
570
-```
571
572
## Update all the submodules
573
```sh
574
git submodule foreach git pull
tips.json
@@ -183,8 +183,7 @@
183
"tip": "git clean -f"
184
}, {
185
"title": "Forcefully remove untracked directory",
186
- "tip": "git clean -f -d",
187
- "alternatives": ["git clean -df"]
+ "tip": "git clean -f -d"
188
189
"title": "Update all the submodules",
190
"tip": "git submodule foreach git pull",
0 commit comments