Replies: 1 comment 5 replies
-
No. The current buffer is left unchanged, and only one new version is "used" (opened in a split).
"Index" and "staging area" are synonyms. HEAD is a commit. If you start at a file in HEAD, and call |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
From the docs
Shouldn't it be "With no argument, the version in the index and worktree is used"?
So my understanding is that we also use index version (which could be staging area or HEAD) on the left and working tree version on the right
Beta Was this translation helpful? Give feedback.
All reactions