Hacker News new | ask | show | jobs
by tobylane 2207 days ago
They added this (reference and comparison to old heads of a PR) at about the start of the year.
2 comments

I think this only works when diffing between commits in the same PR, but not when force pushing the same commit over and over again
Couldn't find the feature today when doing a large review. Do you have to enable it somewhere?
In the top left, there should be a "changes from..." drop down menu that will let you choose which commits you want to view. The default is "changes from all commits".

If you're on GitHub Enterprise, availability will depend on the last time your company has installed updates.

That is not the same feature. It requires you to always add your fix in a new commit add opposed to amending the commits and maintain a clear purposed commit list.
I think the more official Git way of doing it would be to collect all the changes in separate commits, and then squash merge them at the end of the code review.
that features has been in bitbucket for ages