mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 06:55:24 +02:00
git-clean: add -fd option
This commit is contained in:
parent
775417eb0c
commit
30ad96e27a
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue