Fix for git bisect. Thanks Roel

This commit is contained in:
Ariejan de Vroom 2018-09-11 10:20:18 +02:00
parent 4a67529132
commit 5013aff5ab
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -96,8 +96,8 @@ git bisect start
Next, let git know which commit is good, and which one is bad. Next, let git know which commit is good, and which one is bad.
``` shell ``` shell
git good v1.2.1 git bisect good v1.2.1
git bad e8ab31 git bisect bad e8ab31
``` ```
Git will respond with something like this: Git will respond with something like this: