Git Bisect Bugs

Use when a regression has been introduced in a long-lived codebase and the user knows the bug is present in `HEAD` but absent in some older release. Applies when the user asks for "find the bad commit", "git bisect", "binary search the history", or "which commit introduced this bug". Do not use for bug hunts that do not have a known-good commit (use `git log -S` or a manual review), or for bisecting test runtime rather than correctness.

Mine-FNL Updated

File contents

Mine-FNL/skillmd-lint/tree/main/examples/git-bisect-bugs commit 589255d089

Frequently asked questions

npx skillmds@latest add mine-fnl/git-bisect-bugs