1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-11 14:42:26 +00:00

alternative for cleaning untracked directory

This commit is contained in:
Anchal 2015-08-11 12:18:39 +05:30
parent 9ac4b5be05
commit 5da7631c23

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"
}
]