We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156c44d commit a36a5dcCopy full SHA for a36a5dc
book/10-git-internals/sections/refs.asc
@@ -205,5 +205,5 @@ ca82a6dff817ec66f44342007202690a93763949
205
----
206
207
Remote references differ from branches (`refs/heads` references) mainly in that they're considered read-only.
208
-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.
209
Git manages them as bookmarks to the last known state of where those branches were on those servers.
0 commit comments