git-clean
Verified for current stable LTS
Git Clean Command: Force Delete Untracked Directories
Use for force delete untracked directories with Git Clean. Exact CLI syntax to force delete untracked directories using Git Clean.
When to use this: Use for force delete untracked directories with Git Clean.
Command Syntax
git clean -f -d git clean -f -d Command Breakdown
-f- Command Option
- Tool-specific option used by this command invocation.
-d- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to force delete untracked directories using Git Clean.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Git Clean Command: Delete Untracked Files By Path
git clean -f -- <path/to/directory> '<*.ext>' Git Clean Command: Delete Untracked Files By Path Or Pattern git clean -f -- <path/to/directory> '<*.ext>' Git Clean Command: Delete Untracked Files Excluding Patterns git clean -f -e '<*.ext>' -e <path/to/directory>/ Git Clean Command: Dry Run Delete Untracked Files git clean -n Git Clean Command: Dry Run Of Files To Delete git clean -n