Hacker News new | ask | show | jobs
by bheadmaster 153 days ago
If you want to have a linear history on main, either always rebase your branch onto main, or merge but only accept squashed commits onto main.
1 comments

I would prefer to have accurate history over linear "history".
Good luck bisecting.
With --first-parent, I don't need good luck in my bisecting.