diff --git a/content/blog/2012-11-29-binary-debugging-with-git-bisect.md b/content/blog/2012-11-29-binary-debugging-with-git-bisect.md index 37378e1..a67bfbf 100644 --- a/content/blog/2012-11-29-binary-debugging-with-git-bisect.md +++ b/content/blog/2012-11-29-binary-debugging-with-git-bisect.md @@ -96,8 +96,8 @@ git bisect start Next, let git know which commit is good, and which one is bad. ``` shell -git good v1.2.1 -git bad e8ab31 +git bisect good v1.2.1 +git bisect bad e8ab31 ``` Git will respond with something like this: