{"id":368,"date":"2014-04-01T14:33:12","date_gmt":"2014-04-01T05:33:12","guid":{"rendered":"http:\/\/www.chihayafuru.jp\/tech\/?p=368"},"modified":"2023-03-24T08:55:38","modified_gmt":"2023-03-23T23:55:38","slug":"git%e3%81%ae%e3%82%bf%e3%82%b0%e3%81%ae%e3%83%aa%e3%83%8d%e3%83%bc%e3%83%a0%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/archives\/368","title":{"rendered":"[git] \u30bf\u30b0\u306e\u30ea\u30cd\u30fc\u30e0\u65b9\u6cd5"},"content":{"rendered":"<h3>1. \u65b0\u3057\u3044\u30ed\u30fc\u30ab\u30eb\u30fb\u30bf\u30b0\u306e\u8ffd\u52a0<\/h3>\n<pre class=\"lang:sh decode:true \">$ git tag NEW_TAG_NAME OLD_TAG_NAME<\/pre>\n<h3>2. \u53e4\u3044\u30ed\u30fc\u30ab\u30eb\u30fb\u30bf\u30b0\u306e\u524a\u9664<\/h3>\n<pre class=\"lang:sh decode:true \">$ git tag -d OLD_TAG_NAME<\/pre>\n<h3>3. \u53e4\u3044\u30ea\u30e2\u30fc\u30c8\u30fb\u30bf\u30b0\u306e\u524a\u9664<\/h3>\n<pre class=\"lang:sh decode:true \">$ git push origin :refs\/tags\/OLD_TAG_NAME<\/pre>\n<h3>4. \u65b0\u3057\u3044\u30ea\u30e2\u30fc\u30c8\u30fb\u30bf\u30b0\u306e\u30d7\u30c3\u30b7\u30e5<\/h3>\n<pre class=\"lang:sh decode:true \">$ git push origin NEW_TAG_NAME<\/pre>\n<pre class=\"lang:sh decode:true \">$ git push --tags origin<\/pre>\n<h3>\u95a2\u9023\u30ea\u30f3\u30af<\/h3>\n<ul>\n<li><a href=\"\/tech\/index.php\/archives\/3802\">[git] \u30bf\u30b0\u306e\u4f7f\u3044\u65b9<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>1. \u65b0\u3057\u3044\u30ed\u30fc\u30ab\u30eb\u30fb\u30bf\u30b0\u306e\u8ffd\u52a0 $ git tag NEW_TAG_NAME OLD_TAG_NAME 2. \u53e4\u3044\u30ed\u30fc\u30ab\u30eb\u30fb\u30bf\u30b0\u306e\u524a\u9664 $ git tag -d OLD_TAG_NAME 3. \u53e4\u3044\u30ea\u30e2\u30fc\u30c8\u30fb\u30bf\u30b0\u306e\u524a\u9664 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[2],"class_list":["post-368","post","type-post","status-publish","format-standard","hentry","category-memo","tag-git"],"_links":{"self":[{"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/posts\/368","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/comments?post=368"}],"version-history":[{"count":10,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/posts\/368\/revisions"}],"predecessor-version":[{"id":6124,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/posts\/368\/revisions\/6124"}],"wp:attachment":[{"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/media?parent=368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/categories?post=368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/tags?post=368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}