git rm -r --cached .
> git rm -r --cached . > git add . > git commit -m 'git cache cleared' > git push
$ git rm --cached filename
git rm --cached settings.json