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.
2 parents 2be7828 + 741782c commit 325f7bcCopy full SHA for 325f7bc
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