Monday 2 July 2018

Fixing when a file exceeds github's file size limit of 100 mb

git filter-branch --index-filter 'git rm --cached --ignore-unmatch [file]' merge-point..HEAD




source: http://www.thisprogrammingthing.com/2013/fixing-the-this-exceeds-githubs-file-size-limit-of-100-mb-error/

No comments:

Post a Comment