After the last commit, I modified a bunch of files in my working copy, but I want to undo the changes to one of those files, as in reset it to the same state as the most recent commit.
(在最后一次提交之后,我修改了工作副本中的一堆文件,但是我想撤消对这些文件之一的更改,例如将其重置为与最新提交相同的状态。)
However, I only want to undo the working copy changes of just that one file alone, nothing else with it.
(但是,我只想撤消仅一个文件的工作副本更改,而没有其他操作。)
How do I do that?
(我怎么做?)
ask by hasen translate from so