git-obliterate
Verified for current stable LTS
Git Obliterate Command: Erase Files Between Commits
Use for erase files between commits with Git Obliterate. Exact CLI syntax to erase files between commits using Git Obliterate.
When to use this: Use for erase files between commits with Git Obliterate.
Command Syntax
git obliterate <file_1 file_2 ...> -- <commit_hash_1>..<commit_hash_2> git obliterate <file_1 file_2 ...> -- <commit_hash_1>..<commit_hash_2> Command Breakdown
--- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to erase files between commits using Git Obliterate.
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 Obliterate Command: Erase Specific Files
git obliterate <file_1 file_2 ...> Tar Command: Create A Gzipped Archive From A Directory Using Relative Paths tar czf <path/to/target.tar.gz> -C <path/to/directory> . Tar Command: Extract Files Matching A Pattern From An Archive File tar xf <path/to/source.tar> --wildcards "<*.html>" Grep Command: Search For A Pattern In All Files Recursively grep -rI "<search_pattern>" <path/to/directory> Grep Command: Print File Name And Line Number With Color Output grep -Hn --color=always "<search_pattern>" <path/to/file>