How common is it to code review like this?
tatterdemalion @ tatterdemalion @programming.dev Posts 6Comments 528Joined 2 yr. ago

tatterdemalion @ tatterdemalion @programming.dev
Posts
6
Comments
528
Joined
2 yr. ago
It's surprising how Github is sorely lacking in git features and even encourages bad practices.
git log --first-parent
or something likelazygit
. It's sad that many open source projects have adopted a "squash and merge" mantra for PRs. All of the merge methods have a valid use case, but people are so beholden to the damned Github history view.