Skip to content

Commit f7ac6d2

Browse files
committed
alternative for cleaning untracked directory
1 parent 5da7631 commit f7ac6d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,11 @@ git clean -f
317317
git clean -f -d
318318
```
319319

320+
321+
__Alternatives:__
322+
```sh
323+
git clean -df
324+
```
325+
320326
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
321327
<!-- @doxie.inject end -->

tips.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@
181181
{
182182
"title": "Forcefully remove untracked directory",
183183
"tip": "git clean -f -d",
184-
"alternatives": "git clean -df"
184+
"alternatives": ["git clean -df"]
185185
}
186186
]

0 commit comments

Comments
 (0)