{"id":5436,"date":"2011-04-01T17:58:21","date_gmt":"2011-04-01T09:58:21","guid":{"rendered":"http:\/\/ihower.tw\/blog\/?p=5436"},"modified":"2011-04-09T01:43:43","modified_gmt":"2011-04-08T17:43:43","slug":"my-git-perferences","status":"publish","type":"post","link":"https:\/\/ihower.tw\/blog\/5436-my-git-perferences","title":{"rendered":"\u6211\u7684 Git \u504f\u597d\u8a2d\u5b9a"},"content":{"rendered":"<p>1. \u8b93 Command Line \u6307\u4ee4\u5217\u986f\u793a\u76ee\u524d\u8655\u5728\u54ea\u4e00\u500b Git Branch \u5206\u652f\uff0c\u6700\u65e9\u662f\u5728 <a href=\"http:\/\/rgba.tumblr.com\/post\/520663635\/including-current-git-branch-in-your-bash-prompt\">RGBA<\/a> \u770b\u5230\u9019\u4e00\u62db\uff0c\u975e\u5e38\u65b9\u4fbf\u3002\u53e6\u5916\u6211\u6700\u8fd1\u770b\u5230\u4e00\u500b\u9ede\u5b50\u662f\u986f\u793a\u5f9e\u4e0a\u4e00\u6b21 commit \u4e4b\u5f8c\u904e\u4e86\u591a\u4e45\u6642\u9593\uff0c\u9019\u53ef\u4ee5\u63d0\u9192\u4f60\u662f\u4e0d\u662f\u8a72 commit \u4e86 XD<\/p>\n<p>\u8acb\u4fee\u6539\u5bb6\u76ee\u9304\u7684 ~\/.bash_profile \u6a94\u6848 (\u6211\u662f\u7528 Bash)\u3002<\/p>\n<p><script src=\"https:\/\/gist.github.com\/897951.js\"> <\/script><\/p>\n<p><!--\n\n\n<pre>\r\n<code>\r\nfunction git_branch {\r\n    ref=$(git symbolic-ref HEAD 2> \/dev\/null) || return;\r\n    echo \"(\"${ref#refs\/heads\/}\") \";\r\n}\r\n\r\nfunction git_since_last_commit {\r\n    now=`date +%s`;\r\n    last_commit=$(git log --pretty=format:%at -1 2> \/dev\/null) || return;\r\n    seconds_since_last_commit=$((now-last_commit));\r\n    minutes_since_last_commit=$((seconds_since_last_commit\/60));\r\n    hours_since_last_commit=$((minutes_since_last_commit\/60));\r\n    minutes_since_last_commit=$((minutes_since_last_commit%60));\r\n    \r\n    echo \"${hours_since_last_commit}h${minutes_since_last_commit}m \";\r\n}\r\n\r\nPS1=\"[\\[\\033[1;32m\\]\\w\\[\\033[0m] \\[\\033[0m\\]\\[\\033[1;36m\\]\\$(git_branch)\\[\\033[0;33m\\]\\$(git_since_last_commit)\\[\\033[0m\\]$ \" \r\n<\/code>\r\n<\/pre>\n\n\n--><\/p>\n<p>\u7d50\u679c\u5982\u4e0b\uff0c\u5404\u4f4d\u53ef\u4ee5\u770b\u5230\u76ee\u524d\u8655\u5728 master \u5206\u652f\uff0c\u4e26\u4e14<a href=\"https:\/\/github.com\/ihower\/jobs.ruby.tw\">\u9019\u500b\u5c08\u6848<\/a>\u5df2\u7d93\u904e\u4e86 1821 \u500b\u5c0f\u6642\u6c92\u6709 commit \u4e86&#8230;. :p<\/p>\n<p><a href=\"http:\/\/ihower.tw\/blog\/wp-content\/uploads\/2011\/04\/git-bash.png\"><img loading=\"lazy\" decoding=\"async\" data-attachment-id=\"5480\" data-permalink=\"https:\/\/ihower.tw\/blog\/5436-my-git-perferences\/git-bash\" data-orig-file=\"https:\/\/ihower.tw\/blog\/wp-content\/uploads\/2011\/04\/git-bash.png\" data-orig-size=\"617,359\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"git-bash\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/ihower.tw\/blog\/wp-content\/uploads\/2011\/04\/git-bash-300x174.png\" data-large-file=\"https:\/\/ihower.tw\/blog\/wp-content\/uploads\/2011\/04\/git-bash.png\" src=\"http:\/\/ihower.tw\/blog\/wp-content\/uploads\/2011\/04\/git-bash.png\" alt=\"\" title=\"git-bash\" width=\"617\" height=\"359\" class=\"alignnone size-full wp-image-5480\" srcset=\"https:\/\/ihower.tw\/blog\/wp-content\/uploads\/2011\/04\/git-bash.png 617w, https:\/\/ihower.tw\/blog\/wp-content\/uploads\/2011\/04\/git-bash-300x174.png 300w\" sizes=\"auto, (max-width: 617px) 100vw, 617px\" \/><\/a><\/p>\n<p>2. \u5b89\u88dd Git \u7684 Bash autocompletion\uff0c\u9019\u6a23\u6309 tab \u5c31\u6703\u6709\u81ea\u52d5\u5b8c\u6210\u7684\u6548\u679c\uff0c\u5b83\u751a\u81f3\u5305\u62ec git checkout \u6642\u90fd\u53ef\u4ee5\u6293\u5230\u4f60\u7684 branch \u540d\u7a31\u3002\u9019\u88e1\u6211\u7528 <a href=\"http:\/\/ihower.tw\/blog\/archives\/4308\">Homebrew<\/a> \u4f86\u5b89\u88dd bash-completion\uff0c\u9019\u5957\u4ef6\u5176\u5be6\u5305\u62ec\u5f88\u591a autocompletion script\uff0c\u4f60\u53ef\u4ee5\u53bb \/usr\/local\/etc\/bash_completion.d \u9019\u500b\u76ee\u9304\u627e\u627e\u770b\u3002<\/p>\n<pre>\r\nbrew install bash-completion\r\ncp \/usr\/local\/etc\/bash_completion.d\/git-completion.bash ~\/.git-bash-completion.sh\r\n<\/pre>\n<p>\u7de8\u8f2f ~\/.bash_profile \u52a0\u5165<\/p>\n<pre>\r\n[ -f ~\/.git-bash-completion.sh ] && . ~\/.git-bash-completion.sh\r\n<\/pre>\n<p>3. \u6253\u958b Git \u7684 color \u984f\u8272\u8a2d\u5b9a\uff0c\u9019\u6a23 Git \u6307\u4ee4\u7684\u8f38\u51fa\u7d50\u679c\u624d\u6703\u52a0\u4e0a\u984f\u8272\uff0c\u50cf\u662f git status \u7b49\uff1a<\/p>\n<pre>\r\ngit config --global color.ui true\r\n<\/pre>\n<p>4. \u8a2d\u5b9a\u4f60\u504f\u597d\u7684\u6587\u5b57\u7de8\u8f2f\u5668\u548c diff \u5de5\u5177<\/p>\n<pre>\r\ngit config --global core.editor\r\ngit config --global merge.tool opendiff\r\n<\/pre>\n<p>5. \u6700\u5f8c\uff0c\u6211\u500b\u4eba\u559c\u6b61\u4ee5\u4e0b\u7684 alias\uff1a<\/p>\n<pre>\r\ngit config --global alias.co checkout\r\ngit config --global alias.ci commit\r\ngit config --global alias.st status\r\ngit config --global alias.br branch\r\n<\/pre>\n<p>\u9019\u6a23\u53ea\u8981\u8f38\u5165 git st \u5c31\u662f git status \u4e86\u3002<\/p>\n<p>FYI\uff0c\u4ee5\u4e0a git \u8a2d\u5b9a\u6a94\u7684\u4f4d\u7f6e\u5728 ~\/.gitconfig\uff0c\u4f60\u4e5f\u53ef\u4ee5\u76f4\u63a5\u4fee\u6539\u9019\u500b\u6a94\u6848\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. \u8b93 Command Line \u6307\u4ee4\u5217\u986f\u793a\u76ee\u524d\u8655\u5728\u54ea\u4e00\u500b Git Branch \u5206\u652f\uff0c\u6700\u65e9\u662f\u5728 RGBA  &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/ihower.tw\/blog\/5436-my-git-perferences\" class=\"more-link\">\u95b1\u8b80\u5168\u6587<span class=\"screen-reader-text\">\u3008\u6211\u7684 Git \u504f\u597d\u8a2d\u5b9a\u3009<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[48],"tags":[],"class_list":["post-5436","post","type-post","status-publish","format-standard","hentry","category-git","entry"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p1q6tG-1pG","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/posts\/5436","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/comments?post=5436"}],"version-history":[{"count":19,"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/posts\/5436\/revisions"}],"predecessor-version":[{"id":5501,"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/posts\/5436\/revisions\/5501"}],"wp:attachment":[{"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/media?parent=5436"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/categories?post=5436"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ihower.tw\/blog\/wp-json\/wp\/v2\/tags?post=5436"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}