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 f613fbd commit 9ce3e62Copy full SHA for 9ce3e62
book/10-git-internals/sections/refs.asc
@@ -20,7 +20,7 @@ To create a new reference that will help you remember where your latest commit i
20
21
[source,console]
22
----
23
-$ echo "1a410efbd13591db07496601ebc7a059dd55cfe9" > .git/refs/heads/master
+$ echo 1a410efbd13591db07496601ebc7a059dd55cfe9 > .git/refs/heads/master
24
25
26
Now, you can use the head reference you just created instead of the SHA-1 value in your Git commands:
0 commit comments