Y
Hacker News
new
|
ask
|
show
|
jobs
by
yawaramin
156 days ago
From what I can tell the vast majority of developers don't use git bisect and never will.
1 comments
appplication
156 days ago
FWIW, having squashed merge commits also reduces the relevance of bisect. It can still be useful but it’s not necessarily as critical of a tool.
link
cryptonector
156 days ago
This. This is why small commits are nice. If you do that you might as well rebase. If you squash you lose.
link