{"id":4091,"date":"2010-02-10T15:27:24","date_gmt":"2010-02-10T09:57:24","guid":{"rendered":"http:\/\/mobisoftinfotech.com\/?p=4091"},"modified":"2019-05-24T16:37:44","modified_gmt":"2019-05-24T11:07:44","slug":"install-version-control-system-git-on-snow-leopard-mac-os-x-10-6","status":"publish","type":"post","link":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6","title":{"rendered":"Install version control system Git on Snow Leopard \u2013 Mac OS X 10.6"},"content":{"rendered":"\n<p>Git, a free, fast, and efficient distributed version control system! It should be used for iPhone or Mac based cocoa development.<\/p>\n<p>Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.Branching and merging are fast and easy to do.<\/p>\n<p>Follow these simple instructions and you will get it setup within minutes .:)<\/p>\n<h5><strong>Step 1: Set the PATH<\/strong><\/h5>\n<p>Launch Terminal.app from the <code>\/Applications\/Utilities<\/code> folder.<\/p>\n<p>Set your shell\u2019s PATH variable first.<\/p>\n<p>you should add this line to your .profile file<\/p>\n<pre>export PATH=\"\/usr\/local\/bin:\/usr\/local\/sbin:\/usr\/local\/mysql\/bin:$PATH\"<\/pre>\n<p>Close and Save the file.<\/p>\n<p>Run the command into shell<\/p>\n<pre>source ~\/.profile<\/pre>\n<p>You may wish to check the PATH variable changes:<\/p>\n<pre>echo $PATH<\/pre>\n<h5><strong>Step 2: Download<\/strong><\/h5>\n<\/p>We\u2019re going to create a folder to contain the files we\u2019re about to download and compile. If you want, you can delete this folder when you\u2019re done, but keeping it around makes it easier to re-install (or uninstall) these apps later.<\/p>\n<p>Make the new folder &amp; download the tar file:<\/p>\n<pre>mkdir ~\/src\ncd ~\/src\nurl -O http:\/\/kernel.org\/pub\/software\/scm\/git\/git-1.6.4.2.tar.bz2<\/pre>\n<h5><b>Step 3: Compile and Install<\/b><\/h5>\n<pre>tar xzvf git-1.6.4.2.tar.bz2\ncd git-1.6.4.2\n.\/configure --prefix=\/usr\/local\nmake\nsudo make install\ncd ..<\/pre>\n<p>Confirm if Git is installed:<\/p>\n<pre>which git<\/pre>\n<p>It should display:<\/p>\n<pre>\/usr\/local\/bin\/git<\/pre>\n<p>Now, type <code>git<\/code> to get started.<\/p>\n<p>If you encounter something different, you need to set your PATH correctly. Please try again above steps!<\/p>\n<p>Please let us know if you need our help.<\/p>\n<p>Good luck!<\/p>\n<p>Team,<\/p>\n<p>Mobisoft Infotech<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Git, a free, fast, and efficient distributed version control system! It should be used for iPhone or Mac based cocoa development. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.Branching and merging are fast and easy to do. Follow these [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_s2mail":"","footnotes":""},"categories":[38,3],"tags":[463,48,50,47,49],"class_list":["post-4091","post","type-post","status-publish","format-standard","hentry","category-apple-mac","category-iphone","tag-apple","tag-git","tag-mac-os-x","tag-snow-leopard","tag-version-control"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install version control system Git on Snow Leopard - Mac OS X 10.6<\/title>\n<meta name=\"description\" content=\"Here are simple instructions on how to install version control system Git on Snow Leopard - Mac OS X 10.6\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install version control system Git on Snow Leopard - Mac OS X 10.6\" \/>\n<meta property=\"og:description\" content=\"Here are simple instructions on how to install version control system Git on Snow Leopard - Mac OS X 10.6\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6\" \/>\n<meta property=\"og:site_name\" content=\"Mobisoft Infotech\" \/>\n<meta property=\"article:published_time\" content=\"2010-02-10T09:57:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-24T11:07:44+00:00\" \/>\n<meta name=\"author\" content=\"Pritam Barhate\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pritam Barhate\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6#article\",\"isPartOf\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6\"},\"author\":{\"name\":\"Pritam Barhate\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/fa762036b3364f26abeea146c01487ee\"},\"headline\":\"Install version control system Git on Snow Leopard \u2013 Mac OS X 10.6\",\"datePublished\":\"2010-02-10T09:57:24+00:00\",\"dateModified\":\"2019-05-24T11:07:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6\"},\"wordCount\":225,\"commentCount\":0,\"keywords\":[\"Apple\",\"git\",\"Mac OS X\",\"Snow Leopard\",\"version control\"],\"articleSection\":[\"Apple - Mac\",\"iPhone - iPad\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6\",\"url\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6\",\"name\":\"Install version control system Git on Snow Leopard - Mac OS X 10.6\",\"isPartOf\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#website\"},\"datePublished\":\"2010-02-10T09:57:24+00:00\",\"dateModified\":\"2019-05-24T11:07:44+00:00\",\"author\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/fa762036b3364f26abeea146c01487ee\"},\"description\":\"Here are simple instructions on how to install version control system Git on Snow Leopard - Mac OS X 10.6\",\"breadcrumb\":{\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mobisoftinfotech.com\/resources\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install version control system Git on Snow Leopard \u2013 Mac OS X 10.6\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#website\",\"url\":\"https:\/\/mobisoftinfotech.com\/resources\/\",\"name\":\"Mobisoft Infotech\",\"description\":\"Discover Mobility\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mobisoftinfotech.com\/resources\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/fa762036b3364f26abeea146c01487ee\",\"name\":\"Pritam Barhate\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/0e481c7ce54b3567ac70ddfc493523eefce0bdc3ee69fd2654f8f60a79e2f178?s=96&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0e481c7ce54b3567ac70ddfc493523eefce0bdc3ee69fd2654f8f60a79e2f178?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0e481c7ce54b3567ac70ddfc493523eefce0bdc3ee69fd2654f8f60a79e2f178?s=96&r=g\",\"caption\":\"Pritam Barhate\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install version control system Git on Snow Leopard - Mac OS X 10.6","description":"Here are simple instructions on how to install version control system Git on Snow Leopard - Mac OS X 10.6","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":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6","og_locale":"en_US","og_type":"article","og_title":"Install version control system Git on Snow Leopard - Mac OS X 10.6","og_description":"Here are simple instructions on how to install version control system Git on Snow Leopard - Mac OS X 10.6","og_url":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6","og_site_name":"Mobisoft Infotech","article_published_time":"2010-02-10T09:57:24+00:00","article_modified_time":"2019-05-24T11:07:44+00:00","author":"Pritam Barhate","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pritam Barhate","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6#article","isPartOf":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6"},"author":{"name":"Pritam Barhate","@id":"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/fa762036b3364f26abeea146c01487ee"},"headline":"Install version control system Git on Snow Leopard \u2013 Mac OS X 10.6","datePublished":"2010-02-10T09:57:24+00:00","dateModified":"2019-05-24T11:07:44+00:00","mainEntityOfPage":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6"},"wordCount":225,"commentCount":0,"keywords":["Apple","git","Mac OS X","Snow Leopard","version control"],"articleSection":["Apple - Mac","iPhone - iPad"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6","url":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6","name":"Install version control system Git on Snow Leopard - Mac OS X 10.6","isPartOf":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/#website"},"datePublished":"2010-02-10T09:57:24+00:00","dateModified":"2019-05-24T11:07:44+00:00","author":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/fa762036b3364f26abeea146c01487ee"},"description":"Here are simple instructions on how to install version control system Git on Snow Leopard - Mac OS X 10.6","breadcrumb":{"@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mobisoftinfotech.com\/resources\/blog\/iphone\/install-version-control-system-git-on-snow-leopard-mac-os-x-10-6#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mobisoftinfotech.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Install version control system Git on Snow Leopard \u2013 Mac OS X 10.6"}]},{"@type":"WebSite","@id":"https:\/\/mobisoftinfotech.com\/resources\/#website","url":"https:\/\/mobisoftinfotech.com\/resources\/","name":"Mobisoft Infotech","description":"Discover Mobility","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mobisoftinfotech.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/mobisoftinfotech.com\/resources\/#\/schema\/person\/fa762036b3364f26abeea146c01487ee","name":"Pritam Barhate","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0e481c7ce54b3567ac70ddfc493523eefce0bdc3ee69fd2654f8f60a79e2f178?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0e481c7ce54b3567ac70ddfc493523eefce0bdc3ee69fd2654f8f60a79e2f178?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0e481c7ce54b3567ac70ddfc493523eefce0bdc3ee69fd2654f8f60a79e2f178?s=96&r=g","caption":"Pritam Barhate"}}]}},"_links":{"self":[{"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/posts\/4091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/comments?post=4091"}],"version-history":[{"count":6,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/posts\/4091\/revisions"}],"predecessor-version":[{"id":16165,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/posts\/4091\/revisions\/16165"}],"wp:attachment":[{"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/media?parent=4091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/categories?post=4091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobisoftinfotech.com\/resources\/wp-json\/wp\/v2\/tags?post=4091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}