git-clean: add -fd option

This commit is contained in:
Jibran Kalia
2018-07-05 14:16:35 -05:00
committed by Agniva De Sarker
parent 775417eb0c
commit 30ad96e27a

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`