最佳答案
$ git reset -- <file_path>
可以通过路径重置。
但是,$ git reset (--hard|--soft) <file_path>
将报告如下错误:
Cannot do hard|soft reset with paths.