Title: Cleaning a git diff Date: 2020-07-02 Category: git Tags: git,shell,github,code review
Code review is easiest when the changes offered by a head branch onto a base branch are focussed on a single purpose of change. When they are not, the diff shown in GitHub can be long and hard to read, and the pull request is more susceptible to merge conflicts.