清除 Git 缓存

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

引用

  • https://stackoverflow.com/questions/41863484/clear-git-local-cache/41863575

你可能感兴趣的:(清除 Git 缓存)