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 f15bed7 commit 88cdf68Copy full SHA for 88cdf68
book/02-git-basics/sections/tagging.asc
@@ -58,7 +58,7 @@ Git 使用两种主要类型的标签:轻量标签(lightweight)与附注
58
59
[source,console]
60
----
61
-$ git tag -a v1.4 -m 'my version 1.4'
+$ git tag -a v1.4 -m "my version 1.4"
62
$ git tag
63
v0.1
64
v1.3
0 commit comments