Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Dec 28, 2020
1 parent 156c44d commit a36a5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/10-git-internals/sections/refs.asc
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,5 @@ ca82a6dff817ec66f44342007202690a93763949
----

Remote references differ from branches (`refs/heads` references) mainly in that they're considered read-only.
You can `git checkout` to one, but Git won't symolically reference HEAD to one, so you'll never update it with a `commit` command.
You can `git checkout` to one, but Git won't symbolically reference HEAD to one, so you'll never update it with a `commit` command.
Git manages them as bookmarks to the last known state of where those branches were on those servers.

0 comments on commit a36a5dc

Please sign in to comment.