Skip to content

Commit d163f06

Browse files
committed
Add v before number for consistency
Fixes #852
1 parent 8d6855f commit d163f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/tagging.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ do so (now or later) by using -b with the checkout command again. Example:
276276
277277
HEAD is now at 99ada87... Merge pull request #89 from schacon/appendix-final
278278
279-
$ git checkout 2.0-beta-0.1
279+
$ git checkout v2.0-beta-0.1
280280
Previous HEAD position was 99ada87... Merge pull request #89 from schacon/appendix-final
281281
HEAD is now at df3f601... Add atlas.json and cover image
282282
----

0 commit comments

Comments
 (0)