Last Updated: February 25, 2016
·
279
· onemanstartup

Removing file from entire repository in Git

git filter-branch --index-filter 'git rm -f --cached FILENAME || true'