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
(branches if no pull request has been made)
bug/39and master)Notes:
(if a pull request has been made you can see the changes inside the PR, no longer via the compare url)
You can use the dropdowns to select different branches or tags:
take care of the order, eg. https://github.com/PyCQA/mccabe/compare/master...0.6.1 will give no results
you can choose between 2-dot (..) or 3-dot (...) notation
https://github.com/PyCQA/mccabe/compare/55942cb...HEAD
https://github.com/PyCQA/mccabe/compare/55942cb...e92e9e7