Skip to content

Commit 7830394

Browse files
authored
Merge pull request #1502 from HonkingGoose/bugfix/#852
Add v before version number for consistency
2 parents e5c2b75 + d163f06 commit 7830394

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
@@ -282,7 +282,7 @@ Turn off this advice by setting config variable advice.detachedHead to false
282282
283283
HEAD is now at 99ada87... Merge pull request #89 from schacon/appendix-final
284284
285-
$ git checkout 2.0-beta-0.1
285+
$ git checkout v2.0-beta-0.1
286286
Previous HEAD position was 99ada87... Merge pull request #89 from schacon/appendix-final
287287
HEAD is now at df3f601... Add atlas.json and cover image
288288
----

0 commit comments

Comments
 (0)