Undo single-file local uncommitted change in egit (e.g. svn revert)

Viewed 51326

Scenario: I have local uncommitted changes to a source file which I want to undo, and get the source file back in its pristine state. In command-line git I would do "git checkout ", but how do I do this in Egit?

2 Answers
Related