Remove duplicated command

This commit is contained in:
lukabot 2017-10-24 11:14:00 +09:00
parent 2be7828ce5
commit 741782cdb0
No known key found for this signature in database
GPG Key ID: 329B50ECCAB6F7F5
2 changed files with 1 additions and 8 deletions

View File

@ -563,12 +563,6 @@ git clean -f
git clean -f -d
```
__Alternatives:__
```sh
git clean -df
```
## Update all the submodules
```sh
git submodule foreach git pull

View File

@ -183,8 +183,7 @@
"tip": "git clean -f"
}, {
"title": "Forcefully remove untracked directory",
"tip": "git clean -f -d",
"alternatives": ["git clean -df"]
"tip": "git clean -f -d"
}, {
"title": "Update all the submodules",
"tip": "git submodule foreach git pull",