Sunday, August 20, 2017

Fixing the "this is larger than GitHub's recommended maximum file size of 50.00 MB" error

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


git filter-branch --index-filter 'git rm --cached --ignore-unmatch dumpfile.sql' merge-point..HEAD

No comments:

Post a Comment