Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 mini-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ a8163e165c5b (upstream/master) HEAD@{1}: checkout: moving from b6fb97efb682994f5
```
shows me moving the working tree to the master branch (a816...) and
then updating from upstream (to 5ef0...). In this case, bad would be
HEAD (or 5rf0bd68) and good would be a8163e165. As you can see from
HEAD (or 5ef0bd68) and good would be a8163e165. As you can see from
the output, HEAD@{1} also often works, but isn't foolproof if you've
done other things to your git tree after updating, but before you
discover the need to bisect.
Expand Down