Clear git local cache

Injae 30 Mar 2020, 18:11 2116 views 0
https://stackoverflow.com/questions/41863484/clear-git-local-cache

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