Y
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
WolfeReader
153 days ago
I would prefer to have accurate history over linear "history".
link
bheadmaster
152 days ago
Good luck bisecting.
link
WolfeReader
151 days ago
With --first-parent, I don't need good luck in my bisecting.
link