Answered by
tgeruzov
Aug 17, 2026
Replies: 1 comment
|
As far as I can tell, the Compare window is currently meant for reviewing the branch diff, not editing the working tree. So yes, the workflow is basically: compare feature -> main/dev It would definitely be convenient to have an "open this file in editor" action directly from the diff though, especially for small cleanup like whitespace. |
0 replies
Answer selected by
dpieve
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

As far as I can tell, the Compare window is currently meant for reviewing the branch diff, not editing the working tree.
So yes, the workflow is basically:
compare feature -> main/dev
find something you want to change
edit it in your normal editor
then refresh/reopen the comparison
It would definitely be convenient to have an "open this file in editor" action directly from the diff though, especially for small cleanup like whitespace.