davidany
1/23/2020 - 11:08 AM

git remove large file after commit

If you commit large file to git, and get error when you try to push, this will resolve the issue

git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch {fileName}'