Reputation: 3112
I have accidentally run eslint fix in my React.js app and now have about 160 files been changed, but they are not relevant to the branch that I'm currently working on. Therefore I have to undo the file changes, but reverting files one by one takes a lot of precious time and there are some file changes that I need to keep.
How can I undo only a set of selected changed files at once in the VS Code?
Upvotes: 1
Views: 324