Merge pull request #152 from lukabot/master

Remove duplicated command
This commit is contained in:
hemanth.hm 2017-10-24 19:30:15 +05:30 committed by GitHub
commit 325f7bcb62
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",