{"id":21532,"date":"2024-11-19T12:16:34","date_gmt":"2024-11-19T04:16:34","guid":{"rendered":"https:\/\/fwq.ai\/blog\/21532\/"},"modified":"2024-11-19T12:16:34","modified_gmt":"2024-11-19T04:16:34","slug":"git-tag%e6%80%8e%e4%b9%88%e4%bd%bf%e7%94%a8","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/21532\/","title":{"rendered":"git tag\u600e\u4e48\u4f7f\u7528"},"content":{"rendered":"<blockquote><p>\n  \u4ec0\u4e48\u662f git \u6807\u7b7e\uff1fgit \u6807\u7b7e\u662f\u8bb0\u5f55\u63d0\u4ea4\u8bb0\u5f55\u7684\u8f7b\u91cf\u7ea7\u5143\u6570\u636e\uff0c\u7528\u4e8e\u6807\u8bb0\u4ee3\u7801\u7248\u672c\u7684\u91cc\u7a0b\u7891\u3002\u5982\u4f55\u4f7f\u7528 git \u6807\u7b7e\uff1f\u521b\u5efa\u6807\u7b7e\uff1agit tag \u63a8\u9001\u6807\u7b7e\u5230\u8fdc\u7a0b\u5b58\u50a8\u5e93\uff1agit push origin \u67e5\u770b\u6807\u7b7e\uff1agit tag\u5220\u9664\u672c\u5730\u6807\u7b7e\uff1agit tag -d \u5220\u9664\u8fdc\u7a0b\u6807\u7b7e\uff1agit push origin :\n<\/p><\/blockquote>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/202405\/30\/2024053023243671844.jpg\" class=\"aligncenter\" title=\"git tag\u600e\u4e48\u4f7f\u7528\u63d2\u56fe\" alt=\"git tag\u600e\u4e48\u4f7f\u7528\u63d2\u56fe\" \/><\/p>\n<h2>  tag \u4f7f\u7528\u6559\u7a0b<\/h2>\n<h3>\u4ec0\u4e48\u662f Git \u6807\u7b7e\uff1f<\/h3>\n<p>Git \u6807\u7b7e\u662f\u9644\u52a0\u5230\u63d0\u4ea4\u8bb0\u5f55\u4e2d\u7684\u8f7b\u91cf\u7ea7\u5143\u6570\u636e\uff0c\u7528\u4e8e\u6807\u8bb0\u91cd\u8981\u7684\u4ee3\u7801\u7248\u672c\u6216\u91cc\u7a0b\u7891\u3002\u5b83\u4f7f\u7528\u552f\u4e00\u7684\u540d\u79f0\u6765\u6807\u8bc6\u63d0\u4ea4\uff0c\u5e76\u4e14\u53ef\u4ee5\u5b58\u50a8\u5728\u672c\u5730\u6216\u8fdc\u7a0b\u5b58\u50a8\u5e93\u4e2d\u3002<\/p>\n<h3>\u5982\u4f55\u521b\u5efa\u6807\u7b7e<\/h3>\n<p>\u8981\u521b\u5efa\u6807\u7b7e\uff0c\u8bf7\u4f7f\u7528 git tag \u547d\u4ee4\uff0c\u540e\u8ddf\u6807\u7b7e\u540d\u79f0\uff1a<\/p>\n<pre>git tag &lt;\u6807\u7b7e\u540d\u79f0&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4f8b\u5982\uff0c\u8981\u521b\u5efa\u4e00\u4e2a\u540d\u4e3a &#8220;v1.0&#8221; \u7684\u6807\u7b7e\uff1a<\/p>\n<pre>git tag v1.0<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<h3>\u5982\u4f55\u63a8\u9001\u5230\u8fdc\u7a0b\u5b58\u50a8\u5e93<\/h3>\n<p>\u8981\u5c06\u6807\u7b7e\u63a8\u9001\u5230\u8fdc\u7a0b\u5b58\u50a8\u5e93\uff1a<\/p>\n<pre>git push origin &lt;\u6807\u7b7e\u540d\u79f0&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4f8b\u5982\uff0c\u8981\u5c06 &#8220;v1.0&#8221; \u6807\u7b7e\u63a8\u9001\u5230 origin \u8fdc\u7a0b\u5b58\u50a8\u5e93\uff1a<\/p>\n<pre>git push origin v1.0<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<h3>\u67e5\u770b\u6807\u7b7e<\/h3>\n<p>\u8981\u67e5\u770b\u5f53\u524d\u5b58\u50a8\u5e93\u4e2d\u7684\u6240\u6709\u6807\u7b7e\uff0c\u8bf7\u4f7f\u7528 git tag \u547d\u4ee4\uff1a<\/p>\n<pre>git tag<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<h3>\u5220\u9664\u6807\u7b7e<\/h3>\n<p>\u8981\u5220\u9664\u672c\u5730\u6807\u7b7e\uff0c\u8bf7\u4f7f\u7528 git tag -d \u547d\u4ee4\uff0c\u540e\u8ddf\u6807\u7b7e\u540d\u79f0\uff1a<\/p>\n<pre>git tag -d &lt;\u6807\u7b7e\u540d\u79f0&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4f8b\u5982\uff0c\u8981\u5220\u9664 &#8220;v1.0&#8221; \u6807\u7b7e\uff1a<\/p>\n<pre>git tag -d v1.0<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<h3>\u5220\u9664\u8fdc\u7a0b\u6807\u7b7e<\/h3>\n<p>\u8981\u5220\u9664\u8fdc\u7a0b\u6807\u7b7e\uff0c\u5fc5\u987b\u5f3a\u5236\u63a8\u9001\u5220\u9664\uff1a<\/p>\n<pre>git push origin :&lt;\u6807\u7b7e\u540d\u79f0&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4f8b\u5982\uff0c\u8981\u5220\u9664\u8fdc\u7a0b &#8220;v1.0&#8221; \u6807\u7b7e\uff1a<\/p>\n<pre>git push origin :v1.0<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f tag\u600e\u4e48\u4f7f\u7528\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4ec0\u4e48\u662f git \u6807\u7b7e\uff1fgit \u6807\u7b7e\u662f\u8bb0\u5f55\u63d0\u4ea4\u8bb0\u5f55\u7684\u8f7b\u91cf\u7ea7\u5143\u6570\u636e\uff0c\u7528\u4e8e\u6807\u8bb0\u4ee3\u7801\u7248\u672c\u7684\u91cc\u7a0b\u7891\u3002\u5982\u4f55\u4f7f\u7528 git \u6807\u7b7e\uff1f\u521b\u5efa\u6807\u7b7e\uff1agit tag \u63a8\u9001\u6807\u7b7e\u5230\u8fdc\u7a0b\u5b58\u50a8\u5e93\uff1agit push origin \u67e5\u770b\u6807\u7b7e\uff1agit tag\u5220\u9664\u672c\u5730\u6807\u7b7e\uff1agit tag -d \u5220\u9664\u8fdc\u7a0b\u6807\u7b7e\uff1agit push origin : tag \u4f7f\u7528\u6559\u7a0b \u4ec0\u4e48\u662f Git \u6807\u7b7e\uff1f Git \u6807\u7b7e\u662f\u9644\u52a0\u5230\u63d0\u4ea4\u8bb0\u5f55\u4e2d\u7684\u8f7b\u91cf\u7ea7\u5143\u6570\u636e\uff0c\u7528\u4e8e\u6807\u8bb0\u91cd\u8981\u7684\u4ee3\u7801\u7248\u672c\u6216\u91cc\u7a0b\u7891\u3002\u5b83\u4f7f\u7528\u552f\u4e00\u7684\u540d\u79f0\u6765\u6807\u8bc6\u63d0\u4ea4\uff0c\u5e76\u4e14\u53ef\u4ee5\u5b58\u50a8\u5728\u672c\u5730\u6216\u8fdc\u7a0b\u5b58\u50a8\u5e93\u4e2d\u3002 \u5982\u4f55\u521b\u5efa\u6807\u7b7e \u8981\u521b\u5efa\u6807\u7b7e\uff0c\u8bf7\u4f7f\u7528 git tag \u547d\u4ee4\uff0c\u540e\u8ddf\u6807\u7b7e\u540d\u79f0\uff1a git tag &lt;\u6807\u7b7e\u540d\u79f0&gt; \u767b\u5f55\u540e\u590d\u5236 \u4f8b\u5982\uff0c\u8981\u521b\u5efa\u4e00\u4e2a\u540d\u4e3a &#8220;v1.0&#8221; \u7684\u6807\u7b7e\uff1a git tag v1.0 \u767b\u5f55\u540e\u590d\u5236 \u5982\u4f55\u63a8\u9001\u5230\u8fdc\u7a0b\u5b58\u50a8\u5e93 \u8981\u5c06\u6807\u7b7e\u63a8\u9001\u5230\u8fdc\u7a0b\u5b58\u50a8\u5e93\uff1a git push origin &lt;\u6807\u7b7e\u540d\u79f0&gt; \u767b\u5f55\u540e\u590d\u5236 \u4f8b\u5982\uff0c\u8981\u5c06 &#8220;v1.0&#8221; \u6807\u7b7e\u63a8\u9001\u5230 origin \u8fdc\u7a0b\u5b58\u50a8\u5e93\uff1a git push [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-21532","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/21532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=21532"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/21532\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=21532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=21532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=21532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}