Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 243 Bytes

Remove-a-file-added-in-an-older-commit.md

File metadata and controls

13 lines (9 loc) · 243 Bytes

Remove a file added in an older commit

We can use a tool called BFG Repo-Cleaner.

bfg --strip-blobs-bigger-than 50M

or

java -jar bfg.jar --strip-blobs-bigger-than 50M