mirror of https://github.com/CrimsonTome/tldr.git
git-bisect: add `log` example (#8460)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>pull/1/head
parent
310c2fb54a
commit
9661c8dc7c
|
@ -19,3 +19,7 @@
|
||||||
- Skip a commit during a bisect (e.g. one that fails the tests due to a different issue):
|
- Skip a commit during a bisect (e.g. one that fails the tests due to a different issue):
|
||||||
|
|
||||||
`git bisect skip`
|
`git bisect skip`
|
||||||
|
|
||||||
|
- Display a log of what has been done so far:
|
||||||
|
|
||||||
|
`git bisect log`
|
||||||
|
|
Loading…
Reference in New Issue