Replies: 1 comment 1 reply
-
|
It may be essentially the same feature, or perhaps not, but it would be useful to be able to in the editor (but not on disk) roll back a block or a tab through the git history. So imagine a workflow where
I can't find any functionality like this in other editors e.g. vscode. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to resolve a complex regression in a fork of a github project. I have the blame info displayed in the gutter, and I can see a block of blame from the same commit next to a block of code that looks fishy. But I can't display the code from that blame side-by-side with the current code. I can navigate to a diff for the whole patch but that's huge, and covers many files. I just want to see the difference between my code in the current on-disk version and the code from that commit for that block, or for all blocks in this file if that's easier.
Beta Was this translation helpful? Give feedback.
All reactions