Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 276 Bytes

remove-files-from-commit-history.md

File metadata and controls

9 lines (6 loc) · 276 Bytes

Remove Files from Commit History

git filter-branch --tree-filter 'rm -f path/to/file.remove' HEAD

Source