Is it possible to do the equivalent of git checkout from within Eclipse using the EGit plugin?
git checkout
I have a file that\'s been modified. I want to discards t
This can be done via the context menu "Replace with/File in Git index" on the file in package view.