git bisect commands

This command is to find your bad commits. Do you know, With Git bisect command you can narrow down the broken code within a few minutes. To start the git bisect,

git bisect start

How to bisect know the commit is a good commit.

git bisect good a123

How to bisect know commit is a bad commit

git bisect bad d123


Related Git commands and Tutorials.

git bisect

Thank you for reading. If you are interesting on my article, make sure to follow my other articles as well. Make sure to leave a comment.

guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x