TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How often do you use Git bisect?

6 点作者 mkchoi212将近 4 年前

5 条评论

swiley将近 4 年前
I feel like if I committed locally more often and merged before pushing I would use it way more often.
yen223将近 4 年前
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 未加载
otagekki将近 4 年前
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.
zzo38computer将近 4 年前
I don&#x27;t use git, although fossil also includes a bisect command. However, I have never used it so far.
aprdm将近 4 年前
I used it exactly once.