Skip to content

Commit 325f7bc

Browse files
authored
Merge pull request #152 from lukabot/master
Remove duplicated command
2 parents 2be7828 + 741782c commit 325f7bc

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -563,12 +563,6 @@ git clean -f
563563
git clean -f -d
564564
```
565565

566-
567-
__Alternatives:__
568-
```sh
569-
git clean -df
570-
```
571-
572566
## Update all the submodules
573567
```sh
574568
git submodule foreach git pull

tips.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@
183183
"tip": "git clean -f"
184184
}, {
185185
"title": "Forcefully remove untracked directory",
186-
"tip": "git clean -f -d",
187-
"alternatives": ["git clean -df"]
186+
"tip": "git clean -f -d"
188187
}, {
189188
"title": "Update all the submodules",
190189
"tip": "git submodule foreach git pull",

0 commit comments

Comments
 (0)