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.
2 parents 099284f + a36a5dc commit effb672Copy full SHA for effb672
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