git reset HEAD <file>
撤销刚才的add操作。如果不指定文件名,则撤销add的所有文件 或 git checkout -- <file>
git checkout -- <file>