git仓库拷贝之后出现大量Modiy状态文件且无法重置,可使用下面一套组合拳
Remove every file from Git's index.
git rm --cached -r .
Rewrite the Git index to pick up all the new line endings.
git reset --hard
标签:index,Git,--,Modiy,git,拷贝
From: https://www.cnblogs.com/ishen/p/16825133.html