Last Updated: February 25, 2016
·
828
· dizpers

Git - remove all files from repo

Example for master branch:

git rm -r --cached .
git commit --amend
git pull origin master
git push origin master