git reset HEAD filename

如:git reset HEAD test.txt

或者使用 git reset .  撤回所有文件(注意后面还有个.)

相关文章: