{"id":1217,"date":"2022-05-27T00:05:45","date_gmt":"2022-05-26T16:05:45","guid":{"rendered":"http:\/\/zhuxinyong.com\/?p=1217"},"modified":"2022-05-27T10:44:31","modified_gmt":"2022-05-27T02:44:31","slug":"guan-yu-yuan-cheng-fen-zhi-ni-xu-yao-zhi-dao-de","status":"publish","type":"post","link":"https:\/\/zhuxinyong.com\/?p=1217","title":{"rendered":"\u5173\u4e8e\u8fdc\u7a0b\u5206\u652f\u4f60\u9700\u8981\u77e5\u9053\u7684"},"content":{"rendered":"<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/2022-05-2700_07_25.jpeg\" alt=\"2022-05-27+00_07_25\" \/><\/p>\n<h2><a id=\"1-clone%E6%97%B6\" class=\"anchor\" aria-hidden=\"true\"><span class=\"octicon octicon-link\"><\/span><\/a>1. clone \u65f6<\/h2>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">git clone xxx.git\n<\/code><\/pre>\n<p>\u81ea\u52a8\u521b\u5efa\u4e00\u4e2a\u8ddf\u8e2a origin\/master \u7684 master \u5206\u652f\u3002\u82e5 clone \u7684\u65f6\u5019\u60f3\u8ddf\u8e2a\u522b\u7684\u5206\u652f\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">git clone -b yyy xxx.git\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536191506823.jpg\" alt=\"\" \/><\/p>\n<p>\u82e5\u5206\u652f\u8fdc\u7a0b\u4e0d\u5b58\u5728\uff0c\u5219\u4f1a\u62a5\u9519\uff1a<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536191756662.jpg\" alt=\"\" \/><\/p>\n<h2><a id=\"2%E5%88%9B%E5%BB%BA%E6%96%B0%E5%88%86%E6%94%AF%E6%97%B6\" class=\"anchor\" aria-hidden=\"true\"><span class=\"octicon octicon-link\"><\/span><\/a>2.\u521b\u5efa\u65b0\u5206\u652f\u65f6<\/h2>\n<p>\u76f4\u63a5\u521b\u5efa\u4e00\u4e2a\u672c\u5730\u5206\u652f\u8ddf\u8e2a\u8fdc\u7a0b\u5206\u652f\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">git checkout -b xxx origin\/xxx\n<\/code><\/pre>\n<p>\u8bbe\u7f6e\u4e0d\u540c\u7684\u5206\u652f\u540d\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">git checkout -b yyy origin\/xxx\n<\/code><\/pre>\n<p><a href=\"https:\/\/www.freecodecamp.org\/news\/git-checkout-remote-branch-tutorial\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.freecodecamp.org\/news\/git-checkout-remote-branch-tutorial\/<\/a><\/p>\n<p>\u7531\u4e8e\u6b64\u547d\u4ee4\u592a\u5e38\u7528\uff0c\u6240\u4ee5\u6709\u4e2a\u5feb\u6377\u65b9\u5f0f\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">git checkout --track origin\/xxx\n<\/code><\/pre>\n<p>\u5219\u4f1a\u81ea\u52a8\u521b\u5efa\u4e00\u4e2a\u672c\u5730 xxx \u5206\u652f\u8ddf\u8e2a origin\/xxx\uff0c\u8fd8\u6709\u66f4\u8fdb\u7684\u6377\u5f84\uff1a\u6bd4\u5982\u4f60\u672c\u5730\u68c0\u51fa\u4e86\u4e00\u4e2a\u672c\u5730\u4e0d\u5b58\u5728\u7684\u5206\u652f test \u4e14\u8fdc\u7a0b\u521a\u597d\u6709\u4e00\u4e2a\u4e0e\u4e4b\u5bf9\u5e94\u7684\u8fdc\u7a0b\u5206\u652f origin\/test\uff0c\u5219\u4f1a\u81ea\u52a8\u521b\u5efa\u5173\u8054\u3002<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">git checkout test\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536192634013.jpg\" alt=\"\" \/><\/p>\n<p>\u8fd9\u91cc\u6709\u4e00\u4e2a\u524d\u63d0\u662f\u4f7f\u7528 git fetch \u6765\u540c\u6b65\u8fdc\u7a0b\u4ed3\u5e93\u6709\u7684\u6570\u636e\u800c\u672c\u5730\u6ca1\u6709\u7684\uff0c\u4e0d\u7136\u5219\u4f1a\u51fa\u73b0\u4e0b\u9762\u7684\u9519\u8bef\uff1a<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536192823565.jpg\" alt=\"\" \/><\/p>\n<p>\u4f7f\u7528 fetch \u66f4\u65b0\uff1a<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536192972193.jpg\" alt=\"\" \/><\/p>\n<p>\u672c\u5730\u5df2\u7ecf\u5207\u51fa\u4e00\u4e2a\u65b0\u5206\u652f\uff0c\u63a8\u9001\u5230\u8fdc\u7a0b\uff1a<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536193128457.jpg\" alt=\"\" \/><\/p>\n<h2><a id=\"3%E8%AE%BE%E7%BD%AE%E5%B7%B2%E6%9C%89%E5%88%86%E6%94%AF%E6%97%B6\" class=\"anchor\" aria-hidden=\"true\"><span class=\"octicon octicon-link\"><\/span><\/a>3. \u8bbe\u7f6e\u5df2\u6709\u5206\u652f\u65f6<\/h2>\n<p>\u67e5\u770b\u5206\u652f\u8ddf\u8e2a\u60c5\u51b5\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">git branch -vv\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536193373796.jpg\" alt=\"\" \/><\/p>\n<p>\u73b0\u5728\u628a feature \u7684\u4e0a\u6e38\u5206\u652f\u6539\u4e3a test:<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">git branch -u origin\/test\n\/\/or\ngit branch --set-upstream-to origin\/test\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536193523764.jpg\" alt=\"\" \/><\/p>\n<p>git branch -vv \u518d\u6b21\u67e5\u770b\u4e0b\uff1a<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/05\/16536193719513.jpg\" alt=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. clone \u65f6 git clone xxx.git \u81ea\u52a8\u521b\u5efa\u4e00\u4e2a\u8ddf\u8e2a origin\/maste&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,27,3],"tags":[130,28,129],"class_list":["post-1217","post","type-post","status-publish","format-standard","hentry","category-all","category-tool","category-tech","tag-branch","tag-git","tag-remote"],"_links":{"self":[{"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/posts\/1217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1217"}],"version-history":[{"count":1,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/posts\/1217\/revisions"}],"predecessor-version":[{"id":1218,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/posts\/1217\/revisions\/1218"}],"wp:attachment":[{"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}