Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove large file from git history

bfg --strip-blobs-bigger-than 100M .
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git push
 
PREVIOUS NEXT
Tagged: #remove #large #file #git #history
ADD COMMENT
Topic
Name
7+1 =