alternative for cleaning untracked directory

This commit is contained in:
Anchal 2015-08-11 12:19:37 +05:30
parent 5da7631c23
commit f7ac6d21b6
2 changed files with 7 additions and 1 deletions

View file

@ -317,5 +317,11 @@ git clean -f
git clean -f -d
```
__Alternatives:__
```sh
git clean -df
```
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end -->

View file

@ -181,6 +181,6 @@
{
"title": "Forcefully remove untracked directory",
"tip": "git clean -f -d",
"alternatives": "git clean -df"
"alternatives": ["git clean -df"]
}
]