Skip to content

Incorrect branch name in git bisect excercise (main vs master) #519

@BmBaczkowski

Description

@BmBaczkowski

In the lesson Inspecting history, the following command is shown:

git bisect start
git bisect good f0ea950  # this is a commit that worked
git bisect bad main      # last commit is broken

However, the bisect-exercise repository does not have a main branch but master. So the command fails.

Replace:

git bisect bad main   # last commit is broken

with

git bisect bad master # last commit is broken

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions