Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRight hand of PR file diff sometimes comes up empty #1006
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This was happening when viewing a file from a branch what wasn't already in the local repro. This explains why checking out a PR fixed it and make it difficult to repro! Fixed by d4ed727...7559733 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



What happened (with steps, logs and screenshots, if possible)
I opened a PR without checking it out and double clicked on a file.
The right hand file came up as empty (deleted?). All other files in this PR appeared the same.
I later had some issues with Git moving between branches, which might be related.😕
git reset --harddid however seem to fix it. Unfortunately I don't have a consistent repro for this.