git reset HEAD   <file>
  • 1

撤销刚才的add操作。如果不指定文件名,则撤销add的所有文件

git checkout -- <file>

相关文章: