|
|
|
|
|
by lelandfe
18 days ago
|
|
If you squash merge PRs, this is equivalent to merging master back into your feature branch before merging to master. I do that a lot to avoid commits mutating mid-review, so you avoid having to force push over reviewed commits (which is a sin) |
|
The PR reviewer isn't the only person who will ever review your code, you know.