Skip to content

Commit 5da7631

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tips.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
},
181181
{
182182
"title": "Forcefully remove untracked directory",
183-
"tip": "git clean -f -d"
183+
"tip": "git clean -f -d",
184+
"alternatives": "git clean -df"
184185
}
185186
]

0 commit comments

Comments
 (0)