Remove directory from git but NOT local


git rm -r --cached FolderName

          git add . 

git commit -m "Removed folder from repository"

git push origin master  -f