User Tools

Site Tools


git:git_bisect

This is an old revision of the document!


GIT - git bisect

This command is great when you want to find out which commit introduced a breaking change. bisect performs a binary search to help you pinpoint which commit is bad. All you have to do is tell it which commit was bad, a commit that's good, and it'll automatically checkout the commits in between and have you test them. Once you're finished git bisect reset.

git init
git/git_bisect.1479807612.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki