alternative for cleaning untracked directory

This commit is contained in:
Anchal 2015-08-11 12:18:39 +05:30
parent 9ac4b5be05
commit 5da7631c23
1 changed files with 2 additions and 1 deletions

View File

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