-
Everything I searched for seems to assume there's a checked out version underneath which isn't true for Git "bare" repos. |
Beta Was this translation helpful? Give feedback.
Answered by
tpope
Sep 10, 2022
Replies: 1 comment
-
One way is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tpope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One way is to use
:Gedit commit:path/to/file
to open up a historical blob, and:Gdiffsplit!
to diff against the version in the parent commit.