{"id":995,"date":"2023-04-27T23:49:33","date_gmt":"2023-04-27T15:49:33","guid":{"rendered":"http:\/\/codermr.com\/?p=995"},"modified":"2024-07-27T10:11:15","modified_gmt":"2024-07-27T02:11:15","slug":"git_commands","status":"publish","type":"post","link":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/","title":{"rendered":"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3"},"content":{"rendered":"\n<p>\u8bb0\u5f55\u4e00\u4e0b\uff0c\u65b9\u4fbf\u968f\u65f6\u968f\u5730\u67e5\u770b\u3002<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git fetch &#8211;all<\/mark><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\">\u672c\u5730\u4e0e\u8fdc\u7a0b\u7684\u5dee\u96c6 <\/h5>\n\n\n\n<p>\u5982\u663e\u793a\u8fdc\u7a0b\u6709\u800c\u672c\u5730\u6ca1\u6709\u7684 commit \u4fe1\u606f\uff1a<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git log master..origin\/master<\/mark><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\">\u5206\u652f\u76f8\u5173<\/h5>\n\n\n\n<p><strong>\u25cf \u67e5\u770b\u6240\u6709\u8fdc\u7a0b\u5206\u652f\uff1a<\/strong><br><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git branch -r<\/mark><\/strong><br><strong>\u25cf \u57fa\u4e8e\u8fdc\u7a0b\u5206\u652f\u521b\u5efa\u672c\u5730\u5206\u652f<\/strong><br><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git checkout -b<\/mark><\/strong> \u672c\u5730\u5206\u652f\u540d origin\/\u8fdc\u7a0b\u5206\u652f\u540d<\/p>\n\n\n\n<p><strong>\u25cf <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git checkout dev<\/mark><\/strong> \u5207\u6362\u5230 dev \u8fd9\u4e2a\u5206\u652f\u3002<br><strong>\u25cf <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git checkout -b mybranch<\/mark><\/strong> \u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u5206\u652f\u5e76\u5207\u6362\u8fc7\u53bb(\u9ed8\u8ba4\u662f\u4e0d\u5207\u6362\u7684)\u3002<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>\u25cf \u67e5\u770b\u8fdc\u7a0b\u5206\u652f<\/strong><\/p>\n\n\n\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git branch -r<\/mark> \u547d\u4ee4\u67e5\u770b\u8fdc\u7a0b\u5206\u652f\uff0c\u5982\u679c\u7528\u5230 -a \u9009\u9879\uff0c\u5219\u8868\u660e\u67e5\u770b\u6240\u6709\u7684\u5206\u652f(\u542b\u8fdc\u7a0b\u548c\u672c\u5730)<\/p>\n\n\n\n<p><strong>\u25cf \u91cd\u547d\u540d\u5206\u652f <\/strong><\/p>\n\n\n\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git branch (-m | -M)<\/mark>  \u5982\u91cd\u547d\u540d oldbranch \u4e3a newbranch \uff0c\u4f7f\u7528 -M \u5219\u8868\u793a\u5f3a\u5236\u91cd\u547d\u540d\u3002<\/p>\n\n\n\n<p><strong>\u25cf \u5220\u9664\u672c\u5730\u5206\u652f<\/strong>  <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git branch -D  dev<\/mark> <\/p>\n\n\n\n<p><strong>\u25cf <\/strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">git branch -v<\/mark>  \u5982\u679c\u9700\u8981\u67e5\u770b\u6bcf\u4e00\u4e2a\u5206\u652f\u7684\u6700\u540e\u4e00\u6b21\u63d0\u4ea4\uff0c\u53ef\u4ee5\u8fd0\u884c git branch -v \u547d\u4ee4<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\">remote \u547d\u4ee4<\/h5>\n\n\n\n<ul>\n<li>git remote add origin  \uff1a\u8fdc\u7a0b\u4ed3\u5e93\u5730\u5740\u3002<\/li>\n\n\n\n<li>git remote \uff1a\u5217\u51fa\u8fdc\u7a0b\u4ed3\u5e93\u540d\u5b57\u3002<\/li>\n\n\n\n<li>git remote -v  \uff1a\u662f\u5217\u51fa\u8fdc\u7a0b\u4ed3\u5e93\u7684\u5730\u5740 url \u3002<\/li>\n\n\n\n<li>git remote show origin  \uff1a\u663e\u793a\u8fdc\u7a0b\u4e3b\u673a\u76f8\u5173\u4fe1\u606f\u3002<\/li>\n\n\n\n<li>git remote rm origin  \uff1a\u5220\u9664\u8fdc\u7a0b\u4e3b\u673a\uff0c\u5373\u4ece\u672c\u5730\u5220\u9664\u8fdc\u7a0b\u4e3b\u673a\u7684\u76f8\u5173\u4fe1\u606f\uff0c\u4e0d\u548c\u8fdc\u7a0b\u4e3b\u673a\u8fde\u4e86\u3002<\/li>\n\n\n\n<li>git remote rename  \uff1a\u53bb\u4fee\u6539\u4e00\u4e2a\u8fdc\u7a0b\u4ed3\u5e93\u7684\u7b80\u5199\u540d\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\">\u67e5\u770b commit \u65e5\u5fd7<\/h5>\n\n\n\n<p><strong>git log &#8211;pretty=oneline<\/strong><br><br><strong>git log -p -2 \u4ec5\u663e\u793a\u6700\u8fd1\u4e24\u6b21\u63d0\u4ea4<\/strong><\/p>\n\n\n\n<p><strong>git show commitId<\/strong> \uff1a\u67e5\u770b\u67d0\u6b21commit\u67d0\u4e2a\u6587\u4ef6\u7684\u4fee\u6539\u5185\u5bb9<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>git diff branch1 branch2 &#8211;stat  \/\/ \u663e\u793a\u51fa\u6240\u6709\u6709\u5dee\u5f02\u7684\u6587\u4ef6\u5217\u8868<\/p>\n\n\n\n<p>git diff master originaly\/master<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>git clone github\u4ed3\u5e93\u5730\u5740<br>git clone github\u4ed3\u5e93\u5730\u5740 project_idr<\/p>\n\n\n\n<p>git remote add origin https:\/\/github.com\/spring-projects\/spring-framework.git<br>git pull<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8bb0\u5f55\u4e00\u4e0b\uff0c\u65b9\u4fbf\u968f\u65f6\u968f\u5730\u67e5\u770b\u3002 git fetch &#8211;all \u672c\u5730\u4e0e\u8fdc\u7a0b\u7684\u5dee\u96c6 \u5982\u663e\u793a\u8fdc\u7a0b\u6709\u800c\u672c\u5730\u6ca1&#8230;<\/p>\n","protected":false},"author":1,"featured_media":996,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[52],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3 - \u7801\u5148\u751f\u7684\u535a\u5ba2<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3 - \u7801\u5148\u751f\u7684\u535a\u5ba2\" \/>\n<meta property=\"og:description\" content=\"\u8bb0\u5f55\u4e00\u4e0b\uff0c\u65b9\u4fbf\u968f\u65f6\u968f\u5730\u67e5\u770b\u3002 git fetch &#8211;all \u672c\u5730\u4e0e\u8fdc\u7a0b\u7684\u5dee\u96c6 \u5982\u663e\u793a\u8fdc\u7a0b\u6709\u800c\u672c\u5730\u6ca1...\" \/>\n<meta property=\"og:url\" content=\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/\" \/>\n<meta property=\"og:site_name\" content=\"\u7801\u5148\u751f\u7684\u535a\u5ba2\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-27T15:49:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-27T02:11:15+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/codermr.com\/wp-content\/uploads\/2023\/04\/git_commnd1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"137\" \/>\n\t<meta property=\"og:image:height\" content=\"136\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"\u7801\u5148\u751f\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/mrcode2021\" \/>\n<meta name=\"twitter:site\" content=\"@mrcode2021\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u7801\u5148\u751f\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/\"},\"author\":{\"name\":\"\u7801\u5148\u751f\",\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf\"},\"headline\":\"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3\",\"datePublished\":\"2023-04-27T15:49:33+00:00\",\"dateModified\":\"2024-07-27T02:11:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/\"},\"wordCount\":110,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf\"},\"articleSection\":[\"\u7f16\u7a0b\u5de5\u5177\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/\",\"url\":\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/\",\"name\":\"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3 - \u7801\u5148\u751f\u7684\u535a\u5ba2\",\"isPartOf\":{\"@id\":\"http:\/\/codermr.com\/#website\"},\"datePublished\":\"2023-04-27T15:49:33+00:00\",\"dateModified\":\"2024-07-27T02:11:15+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"http:\/\/codermr.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/codermr.com\/#website\",\"url\":\"http:\/\/codermr.com\/\",\"name\":\"\u7801\u5148\u751f\u7684\u535a\u5ba2\",\"description\":\"\u6b22 \u8fce \u4e0b \u8f7d \u6211 \u5f00 \u53d1 \u7684 \u5404 \u7aef \u8f6f \u4ef6 \u548c APP\",\"publisher\":{\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/codermr.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf\",\"name\":\"\u7801\u5148\u751f\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/wukong.jpg\",\"contentUrl\":\"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/wukong.jpg\",\"width\":400,\"height\":400,\"caption\":\"\u7801\u5148\u751f\"},\"logo\":{\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/codermr.com\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/mrcode2021\"],\"url\":\"http:\/\/codermr.com\/index.php\/author\/coderma\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3 - \u7801\u5148\u751f\u7684\u535a\u5ba2","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/","og_locale":"zh_CN","og_type":"article","og_title":"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3 - \u7801\u5148\u751f\u7684\u535a\u5ba2","og_description":"\u8bb0\u5f55\u4e00\u4e0b\uff0c\u65b9\u4fbf\u968f\u65f6\u968f\u5730\u67e5\u770b\u3002 git fetch &#8211;all \u672c\u5730\u4e0e\u8fdc\u7a0b\u7684\u5dee\u96c6 \u5982\u663e\u793a\u8fdc\u7a0b\u6709\u800c\u672c\u5730\u6ca1...","og_url":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/","og_site_name":"\u7801\u5148\u751f\u7684\u535a\u5ba2","article_published_time":"2023-04-27T15:49:33+00:00","article_modified_time":"2024-07-27T02:11:15+00:00","og_image":[{"width":137,"height":136,"url":"http:\/\/codermr.com\/wp-content\/uploads\/2023\/04\/git_commnd1.png","type":"image\/png"}],"author":"\u7801\u5148\u751f","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/mrcode2021","twitter_site":"@mrcode2021","twitter_misc":{"\u4f5c\u8005":"\u7801\u5148\u751f","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/#article","isPartOf":{"@id":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/"},"author":{"name":"\u7801\u5148\u751f","@id":"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf"},"headline":"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3","datePublished":"2023-04-27T15:49:33+00:00","dateModified":"2024-07-27T02:11:15+00:00","mainEntityOfPage":{"@id":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/"},"wordCount":110,"commentCount":0,"publisher":{"@id":"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf"},"articleSection":["\u7f16\u7a0b\u5de5\u5177"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/","url":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/","name":"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3 - \u7801\u5148\u751f\u7684\u535a\u5ba2","isPartOf":{"@id":"http:\/\/codermr.com\/#website"},"datePublished":"2023-04-27T15:49:33+00:00","dateModified":"2024-07-27T02:11:15+00:00","breadcrumb":{"@id":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/codermr.com\/index.php\/2023\/04\/27\/git_commands\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"http:\/\/codermr.com\/"},{"@type":"ListItem","position":2,"name":"Git\u5e38\u7528\u547d\u4ee4\u5c0f\u7ed3"}]},{"@type":"WebSite","@id":"http:\/\/codermr.com\/#website","url":"http:\/\/codermr.com\/","name":"\u7801\u5148\u751f\u7684\u535a\u5ba2","description":"\u6b22 \u8fce \u4e0b \u8f7d \u6211 \u5f00 \u53d1 \u7684 \u5404 \u7aef \u8f6f \u4ef6 \u548c APP","publisher":{"@id":"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/codermr.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf","name":"\u7801\u5148\u751f","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"http:\/\/codermr.com\/#\/schema\/person\/image\/","url":"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/wukong.jpg","contentUrl":"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/wukong.jpg","width":400,"height":400,"caption":"\u7801\u5148\u751f"},"logo":{"@id":"http:\/\/codermr.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/codermr.com","https:\/\/twitter.com\/https:\/\/twitter.com\/mrcode2021"],"url":"http:\/\/codermr.com\/index.php\/author\/coderma\/"}]}},"_links":{"self":[{"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/posts\/995"}],"collection":[{"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/comments?post=995"}],"version-history":[{"count":5,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/posts\/995\/revisions"}],"predecessor-version":[{"id":1002,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/posts\/995\/revisions\/1002"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/media\/996"}],"wp:attachment":[{"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/media?parent=995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/categories?post=995"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/tags?post=995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}