TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How often do you use Git bisect?

6 pointsby mkchoi212almost 4 years ago

5 comments

swileyalmost 4 years ago
I feel like if I committed locally more often and merged before pushing I would use it way more often.
yen223almost 4 years ago
Honestly? Almost never.<p>I guess more traditional methods of debugging code are good enough to identify where problematic issues are, and git blame is enough to identify the offending commit.
评论 #27544265 未加载
otagekkialmost 4 years ago
I have used it exactly once 3 years ago to track down a regression and find the offending commits, while having no knowledge of the code base or architecture.
zzo38computeralmost 4 years ago
I don&#x27;t use git, although fossil also includes a bisect command. However, I have never used it so far.
aprdmalmost 4 years ago
I used it exactly once.