from Hacker News

Ask HN: How often do you use Git bisect?

by mkchoi212 on 6/17/21, 3:19 PM with 6 comments

  • by swiley on 6/21/21, 2:38 AM

    I feel like if I committed locally more often and merged before pushing I would use it way more often.
  • by yen223 on 6/17/21, 6:28 PM

    Honestly? Almost never.

    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.

  • by otagekki on 6/17/21, 8:48 PM

    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.
  • by zzo38computer on 6/18/21, 5:15 AM

    I don't use git, although fossil also includes a bisect command. However, I have never used it so far.
  • by aprdm on 6/21/21, 2:37 AM

    I used it exactly once.