Reviewing so called Pull Requests at $dayjob
Summary
The article is a personal account of PR review practices, highlighting frustrations with web-based review UIs and proposing a Git-centric workflow using branches, git log -p --reverse, and git range-diff to compare revisions. It discusses how to manage feedback and avoid losing context when force-pushing, providing practical commands and tips for reviewers.