git-clean: add -fd option
This commit is contained in:

committed by
Agniva De Sarker

parent
775417eb0c
commit
30ad96e27a
@@ -18,6 +18,10 @@
|
|||||||
|
|
||||||
`git clean -f`
|
`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`:
|
- Delete untracked files, including ignored files in `.gitignore` and `.git/info/exclude`:
|
||||||
|
|
||||||
`git clean -x`
|
`git clean -x`
|
||||||
|
Reference in New Issue
Block a user