79651397

Date: 2025-06-03 14:17:36
Score: 1
Natty:
Report link

After looking at the source code it looks like git bisect reset is simply running checkout on the contents of .git/BISECT_START. So I ended up adding an alias for the following command, which does just that: git checkout $(cat $(git rev-parse --show-toplevel)/.git/BISECT_START).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: ontanj