Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nv-h/96426febf496dd6662eb027534b4e329 to your computer and use it in GitHub Desktop.
Save nv-h/96426febf496dd6662eb027534b4e329 to your computer and use it in GitHub Desktop.
git filter-branch --tree-filter "rm -f <file>" HEAD
git filter-branch --tree-filter "rm -f -r <directory>/" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment