How can I use GitHub's online compare view to show the difference of “just the file contents” of two branches?
问题 I want to compare "just the file contents" of two branches of a GitHub repository. When I use the default compare view for a pull request for example, it does still show me some diffs, even though the files are identical. You can reproduce the situation like this: Create new repository on GitHub with a file README . Add text to README and push the commit to a new branch duplicate . Add the same text to README of the master branch. Both README files from both branches now have identical