|
|
|
|
|
by WorldMaker
1908 days ago
|
|
> un-bisect-able fixup commits in the final merged master/main branch If you require PRs to create merge commits you get the nice world where git bisect --first-parent bisects at the PR level, you don't have to worry about the individual commits inside the PR/below the PR level when bisecting, but you still have that commit history "as-is" for deep archeological dives when you need it. (And you can use --first-parent to cleanup git log and git praise too.) |
|