You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Thank you for the great plugin and i apologize if this question has already been asked but
say for example i open DiffViewOpen origin/master...
this shows me all the changes on my branch.
now if i want to undo some changes I Just want to go to the right side file panel and make my changes but then it says modifiable is off which makes sense.
So I use to go to the file and then make my changes. now when i come back the diff view doesn't update and it still shows up the original change which I just undid. Do you understand what I am saying?
Screenshots:
now if i go to main.py and undo the print statement
it still shows up as if i still have it
is there a way i can get diff between origin/master and current uncommitted changes?
thank you for your help
The text was updated successfully, but these errors were encountered:
Little late to the party here. Hope you figured it out! Here's how it's done, for anybody else looking.
This will allow you to edit the local file directly in the right window, with LSP assistance (if you have it set up).
Use :DiffviewOpen origin/master...HEAD --imply-local
You can set it to default to the behavior by adding this to the Diffview config: default_args = { DiffviewOpen = { "--imply-local" }, },
Hey,
Thank you for the great plugin and i apologize if this question has already been asked but
say for example i open DiffViewOpen origin/master...
this shows me all the changes on my branch.
now if i want to undo some changes I Just want to go to the right side file panel and make my changes but then it says modifiable is off which makes sense.
So I use to go to the file and then make my changes. now when i come back the diff view doesn't update and it still shows up the original change which I just undid. Do you understand what I am saying?
Screenshots:
now if i go to main.py and undo the print statement
it still shows up as if i still have it
is there a way i can get diff between origin/master and current uncommitted changes?
thank you for your help
The text was updated successfully, but these errors were encountered: