Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/archaeology.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ We will probably arrive at a solution which is similar to `git bisect`:
```console
$ git bisect start
$ git bisect good f0ea950 # this is a commit that worked
$ git bisect bad main # last commit is broken
$ git bisect bad master # last commit is broken
```
- Now compile and/or run and/or test and decide whether "good" or "bad".
- This is how you can tell Git that this was a working commit:
Expand Down
Loading