git-clean: add -fd option

This commit is contained in:
Jibran Kalia
2018-07-09 22:21:38 +05:30
committed by Agniva De Sarker
parent 775417eb0c
commit 30ad96e27a
+4
View File
@@ -18,6 +18,10 @@
`git clean -f`
- Forcefully delete directories that are not tracked by git:
`git clean -fd`
- Delete untracked files, including ignored files in `.gitignore` and `.git/info/exclude`:
`git clean -x`