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.
1 parent 5da7631 commit f7ac6d2Copy full SHA for f7ac6d2
README.md
@@ -317,5 +317,11 @@ git clean -f
317
git clean -f -d
318
```
319
320
+
321
+__Alternatives:__
322
+```sh
323
+git clean -df
324
+```
325
326
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
327
<!-- @doxie.inject end -->
tips.json
@@ -181,6 +181,6 @@
181
{
182
"title": "Forcefully remove untracked directory",
183
"tip": "git clean -f -d",
184
- "alternatives": "git clean -df"
+ "alternatives": ["git clean -df"]
185
}
186
]
0 commit comments