Hacker News new | ask | show | jobs
by embedding-shape 126 days ago
How does that work out if you want to use `git bisect` to find regressions or similar things?
1 comments

I dont do bisects on each individual branch. I'll bisect on master instead and find the offending merge.

From that point bisect is not needed.