Hacker News new | ask | show | jobs
by mikeocool 2 days ago
I continual find the amount of ink spilled on having a clean commit history amazing, when you can basically get all the same benefits with:

git log --first-parent

git bisect --first-parent