Hacker News new | ask | show | jobs
by chadgpt3 35 days ago
If you have a large PR with multiple nontrivial commits I think you should merge it so the intermediate states are the same ones that were originally tested. Otherwise you could break bisects, among other issues.
1 comments

You should be rebasing your PRs before you put them on main though. Test prior to doing that should not be expected to be repeatable.