diff options
| author | tekkub <tekkub@gmail.com> | 2010-02-23 22:40:48 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-02-23 22:40:48 -0700 |
| commit | 4bb3a2fd34ed641258d06e232baa513027a8e034 (patch) | |
| tree | ee08e7f2983b304374e4ff80acd7e71e5e18f432 /_posts/2009-06-14-mac-git-installation.textile | |
| parent | f2989d9c50a470659683de6f60f587c4c6d4ac36 (diff) | |
Add missing installation guides
Diffstat (limited to '_posts/2009-06-14-mac-git-installation.textile')
| -rw-r--r-- | _posts/2009-06-14-mac-git-installation.textile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_posts/2009-06-14-mac-git-installation.textile b/_posts/2009-06-14-mac-git-installation.textile index 7e5317a..cd4867a 100644 --- a/_posts/2009-06-14-mac-git-installation.textile +++ b/_posts/2009-06-14-mac-git-installation.textile @@ -2,12 +2,13 @@ layout: default title: Installing git (OSX) description: How to install git on OSX -categories: mac setup -main_category: setup +categories: mac --- There are a number of methods to install git on OSX. This guide details the most common methods, in order of ease of install. +After you have completed installation you will need to "generate an SSH keypair":/mac-key-setup and "set your local git config":/git-email-settings. + h2. Pre-compiled Installer Download and run "git-osx-installer":http://code.google.com/p/git-osx-installer/ |
