1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

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>
This commit is contained in:
Muhammad Falak R Wani 2022-09-07 20:33:20 +05:30 committed by GitHub
parent 310c2fb54a
commit 9661c8dc7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`