diff --git a/pages/common/git-bisect.md b/pages/common/git-bisect.md index 774cb39d1..4dc387de7 100644 --- a/pages/common/git-bisect.md +++ b/pages/common/git-bisect.md @@ -19,3 +19,7 @@ - Skip a commit during a bisect (e.g. one that fails the tests due to a different issue): `git bisect skip` + +- Display a log of what has been done so far: + +`git bisect log`