# Git Bisect

DevFeed: [Git Bisect](<https://devfeed.tech/articles/git-bisect-34118.md>)

Original publisher: [Read original article](<https://artandscienceofcoding.com/devrecipes/git/bisect/>)

Author: Derek Lee

Published: 2020-01-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [art and science of coding](<https://devfeed.tech/sources/art-and-science-of-coding.md>)

Topics: [Git](<https://devfeed.tech/topics/git.md>), [bug](<https://devfeed.tech/topics/bug.md>), [test](<https://devfeed.tech/topics/test.md>)

Tags: [behavior](<https://devfeed.tech/tags/behavior.md>), [bug](<https://devfeed.tech/tags/bug.md>), [commit](<https://devfeed.tech/tags/commit.md>), [dev-recipes](<https://devfeed.tech/tags/dev-recipes.md>), [example](<https://devfeed.tech/tags/example.md>), [git](<https://devfeed.tech/tags/git.md>), [test](<https://devfeed.tech/tags/test.md>)

## AI overview

A reference guide to using Git Bisect to identify the commit that introduced a bug. It explains how to start the bisect process, mark known good and bad commits, test intermediate commits, repeat the process, and finish after finding the problematic commit.

## Source excerpt

Reference Documentation