Debugging
Manual
git bisect start # test git bisect bad # or git bisect good # or git bisect skip # finalize git bisect reset
Automation
git bisect run ./some.script # or git bisect run {command}
Git as debugging tool
Debugging with Git Grep, Git Blame, Git Log and Git Bisect
https://lucasoshiro.github.io/posts-en/2023-02-13-git-debug/


Seonglae Cho