EN
Git - revert local file with Intellij IDEA
1 answers
1 points
How do I revert all changes in file with Git from Intellij IDEA UI?
I made changes only locally and I want to revert all changes and go back to the project version.
How to do it?
1 answer
3 points
Quick solution:
- Click 'Version Control' tab
- Select file from change list
- Second mouse click on this file
- Click 'Rever'
Screenshot from Intellij IDEA:
0 commentsShow commentsAdd comment