清空暂存区(git add 逆操作)
git rm --cached a.txt
或
rm .git/index
所谓暂存区实质是.git目录下的index文件,只要将此文件删除,那么就可以认为暂存区被清空