How to revert changes in EGit

(P) Bookmarks.dev - Open source Bookmarks and Code Snippets Manager for Developers & Co. See our How To guides to help you get started. Public Bookmarks Repo on Github - Star
One thing I immediately needed when using GIT/EGit instead of Subversion/Subversive in Eclipse, was the possibility to quickly revert the changes I made to a file. The good news is that with EGit it goes just as fast…
Revert changes:
- Subversive – right click on file > Team > Revert…
- EGit – right click on file > Replace With > File in Git Index