Clear .git cache


git rm -r --cached .
git add .
git commit -am 'git cache cleared'
git push origin master

 


Leave a Reply