How to revert changes in EGit


Codever Logo

(P) Codever is an open source bookmarks and snippets manager for developers & co. See our How To guides to help you get started. Public bookmarks repos on Github ⭐🙏


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…
  • EGitright click on file > Replace With > File in Git Index
Replace with file from Git index

Replace with file from Git index

Subscribe to our newsletter for more code resources and news

Adrian Matei (aka adixchen)

Adrian Matei (aka adixchen)
Life force expressing itself as a coding capable human being

routerLink with query params in Angular html template

routerLink with query params in Angular html template code snippet Continue reading