3

Here is the screenshot of what I mean. As I am comparing my working file with previous commit, there are tons of changes. I can navigate to each of the changes by using up/under arrow in top-right corner. But for some changes, I want to revert it back to previous version, now I have to copy the contents from left to right. Is there a better way to do this? I remember pycharm used to have one-click to do this. Git diff

rioV8
  • 24,506
  • 3
  • 32
  • 49
StayFoolish
  • 531
  • 1
  • 12
  • 29

1 Answers1

2

Right click on the green zone in the right side of the diff: you should see a "Revert Selected Ranges" option.

enter image description here

Selecting that option would revert the right side to the left side content.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250