Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git fix Large files detected.

# Remove large file from git so you can push your commits again
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch fixtures/11_user_answer.json'
 
PREVIOUS NEXT
Tagged: #git #fix #Large #files
ADD COMMENT
Topic
Name
6+9 =