Skip to content

Commit f21f70d

Browse files
authored
Merge pull request #1409 from anbj/correct-tag-name
Refer to consistent tag
2 parents d21209e + 0075714 commit f21f70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ If you want to view the versions of files a tag is pointing to, you can do a `gi
261261

262262
[source,console]
263263
----
264-
$ git checkout 2.0.0
265-
Note: checking out '2.0.0'.
264+
$ git checkout v2.0.0
265+
Note: checking out 'v2.0.0'.
266266
267267
You are in 'detached HEAD' state. You can look around, make experimental
268268
changes and commit them, and you can discard any commits you make in this

0 commit comments

Comments
 (0)