diskostu
4/6/2016 - 11:20 PM

To fix the Git error: "remote: error: GH001: Large files detected."

To fix the Git error: "remote: error: GH001: Large files detected."

git filter-branch -f --index-filter 'git rm -r -f --ignore-unmatch <FILE_TO_REMOVE>' HEAD