Comparing histories on the same branch is very confusing for me on GitHub. I struggle with this regularly:
If I use compare/master in the URL after the
compare/master
You can use the following URL structure to compare commits in the same branch:
github.com///compare/...
Replace values for username, repo_name, commit1 & commit2 acc. to your project.
username
repo_name
commit1
commit2
The separator between the two commits is ... i.e. 3 dots.
...
3 dots