{"id":216,"date":"2023-11-06T15:29:12","date_gmt":"2023-11-06T07:29:12","guid":{"rendered":"https:\/\/forelink.top\/?p=216"},"modified":"2023-11-06T15:29:13","modified_gmt":"2023-11-06T07:29:13","slug":"git-%e5%b8%b8%e7%94%a8%e6%8c%87%e4%bb%a4","status":"publish","type":"post","link":"https:\/\/forelink.top\/index.php\/2023\/11\/06\/git-%e5%b8%b8%e7%94%a8%e6%8c%87%e4%bb%a4\/","title":{"rendered":"Git \u5e38\u7528\u6307\u4ee4"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u4ed3\u5e93\u521b\u5efa\uff1a<\/h2>\n\n\n\n<p>     \u5728\u4efb\u610f\u76ee\u5f55\u53f3\u952e\u6253\u5f00Git bash\u7a97\u53e3<br>     \u6267\u884c\u547d\u4ee4 <strong>git init<\/strong>  \u5373\u53ef\u5728\u8be5\u76ee\u5f55\u4e0b\u521b\u5efa\u4e00\u4e2a\u9690\u85cf\u7684.git\u6587\u4ef6\u5939\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u57fa\u7840\u6307\u4ee4\uff1a<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/forelink.top\/wp-content\/uploads\/2023\/11\/image.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"918\" height=\"442\" data-original=\"https:\/\/forelink.top\/wp-content\/uploads\/2023\/11\/image.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-217\"  sizes=\"auto, (max-width: 918px) 100vw, 918px\" \/><\/div><\/figure>\n\n\n\n<p>    1.<strong>git add [name]<\/strong>\uff08\u5de5\u4f5c\u533a &#8212;> \u6682\u5b58\u533a\uff09 \uff08git add . \u5c06\u6240\u6709\u6587\u4ef6\u52a0\u5165\u5230\u6682\u5b58\u533a\uff09<\/p>\n\n\n\n<p>    2.<strong>git commit<\/strong> \uff08\u6682\u5b58\u533a &#8212;> \u672c\u5730\u4ed3\u5e93\uff09<br>       <strong>git commit -m &#8220;comment&#8221;<\/strong> comment\u662f\u6ce8\u91ca<\/p>\n\n\n\n<p>    3.<strong>touch [name]<\/strong> \u521b\u5efa\u4e00\u4e2a\u6587\u4ef6\u5728\u5f53\u524d\u76ee\u5f55\u4e0b<\/p>\n\n\n\n<p>    4.<strong>git status<\/strong> \uff08\u67e5\u770b\u5f53\u524d\u72b6\u6001\uff09<\/p>\n\n\n\n<p>    5.<strong>git log<\/strong>\uff08\u67e5\u770b\u63d0\u4ea4\u8bb0\u5f55\uff09<br>       <strong>git-log<\/strong>\u5728\u524d\u7f6e\u64cd\u4f5c\u4e2d\u914d\u7f6e\u540e\uff0c\u53ef\u4ee5\u5c06\u5176\u4f5c\u4e3a\u522b\u540d<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/forelink.top\/wp-content\/uploads\/2023\/11\/image-1.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"127\" data-original=\"https:\/\/forelink.top\/wp-content\/uploads\/2023\/11\/image-1.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-218\"  sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u7248\u672c\u56de\u9000\uff1a<\/h2>\n\n\n\n<p>    \u6307\u4ee4   <strong>git reset &#8211;hard [commitID]<\/strong><\/p>\n\n\n\n<p>\u67e5\u770b\u5df2\u5220\u9664\u7684\u8bb0\u5f55\uff1a<\/p>\n\n\n\n<p>    \u6307\u4ee4   git reflog<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u521b\u5efa\u5ffd\u7565\u6587\u4ef6\uff1a<\/h2>\n\n\n\n<p>    \u6307\u4ee4   <strong>touch .gitignore<\/strong><\/p>\n\n\n\n<p>    \u5728\u4e4b\u4e2d\u5199\u5165\u62d2\u7eddgit\u7ba1\u7406\u7684\u6587\u4ef6\u540d\uff08\u53ef\u4ee5\u4f7f\u7528\u901a\u914d\u7b26\uff09<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4ed3\u5e93\u521b\u5efa\uff1a \u5728\u4efb\u610f\u76ee\u5f55\u53f3\u952e\u6253\u5f00Git bash\u7a97\u53e3 \u6267\u884c\u547d\u4ee4 git init \u5373\u53ef\u5728\u8be5\u76ee\u5f55\u4e0b\u521b\u5efa\u4e00\u4e2a\u9690\u85cf\u7684. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[20,17],"tags":[],"class_list":["post-216","post","type-post","status-publish","format-standard","hentry","category-git","category-17"],"_links":{"self":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/comments?post=216"}],"version-history":[{"count":1,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/216\/revisions"}],"predecessor-version":[{"id":219,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/216\/revisions\/219"}],"wp:attachment":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/media?parent=216"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/categories?post=216"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/tags?post=216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}