Reviewing a Subset of Commits in a GitHub Pull Request

For many years now, GitHub has provided a compare view to see the differences between any two commits, taking the form of: http://github.com/<USER>/<REPO>/compare/[<START>…]<END> This has been useful in the context of long-running pull requests to see just a subset of the changes. But there has been a big problem with this view: you cannot comment on such a compare … Continue reading Reviewing a Subset of Commits in a GitHub Pull Request