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}'