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 8d6855f commit d163f06Copy full SHA for d163f06
book/02-git-basics/sections/tagging.asc
@@ -276,7 +276,7 @@ do so (now or later) by using -b with the checkout command again. Example:
276
277
HEAD is now at 99ada87... Merge pull request #89 from schacon/appendix-final
278
279
-$ git checkout 2.0-beta-0.1
+$ git checkout v2.0-beta-0.1
280
Previous HEAD position was 99ada87... Merge pull request #89 from schacon/appendix-final
281
HEAD is now at df3f601... Add atlas.json and cover image
282
----
0 commit comments