Is it possible to do the equivalent of git checkout
from within Eclipse using the EGit plugin?
I have a file that\'s been modified. I want to discards t
The functionality is actually in there, but it may be non-obvious:
btw, revert in git lingo means create a new commit to revert an earlier commit.