Skip to content

Commit 88cdf68

Browse files
committed
修复issue365
1 parent f15bed7 commit 88cdf68

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
@@ -58,7 +58,7 @@ Git 使用两种主要类型的标签:轻量标签(lightweight)与附注
5858

5959
[source,console]
6060
----
61-
$ git tag -a v1.4 -m 'my version 1.4'
61+
$ git tag -a v1.4 -m "my version 1.4"
6262
$ git tag
6363
v0.1
6464
v1.3

0 commit comments

Comments
 (0)