summaryrefslogtreecommitdiff
path: root/_posts/2009-06-14-mac-git-installation.markdown
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2011-03-02 00:19:37 -0700
committertekkub <tekkub@gmail.com>2011-03-02 00:19:37 -0700
commit3a592ce3fcb350904d614baf90bc851c21dc805d (patch)
treee9c67d8d44088ddbf333d6884b8d908963bb6ac3 /_posts/2009-06-14-mac-git-installation.markdown
parentbd6df9550885346307b4d042fc6b113e305a292f (diff)
Add quasi-redirects from the old guides
Diffstat (limited to '_posts/2009-06-14-mac-git-installation.markdown')
-rw-r--r--_posts/2009-06-14-mac-git-installation.markdown34
1 files changed, 4 insertions, 30 deletions
diff --git a/_posts/2009-06-14-mac-git-installation.markdown b/_posts/2009-06-14-mac-git-installation.markdown
index 853929d..a63a7c8 100644
--- a/_posts/2009-06-14-mac-git-installation.markdown
+++ b/_posts/2009-06-14-mac-git-installation.markdown
@@ -2,36 +2,10 @@
layout: default
title: Installing git (OSX)
description: How to install git on OSX
-categories: mac
-main_category: setup
---
-There are a number of methods to install git on OSX. This guide details the most common methods, in order of ease of install.
+This page has moved. If the redirect fails, [click me](mac-set-up-git)
-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).
-
-Pre-compiled Installer
-----------------------
-
-Download and run [git-osx-installer](http://code.google.com/p/git-osx-installer/)
-
-Homebrew
---------
-
-Install [Homebrew](http://github.com/mxcl/homebrew) if you haven't already done so.
-
-Install Git *(You may want to include Subversion support if you want to import SVN repositories. Snow Leopard already contains a copy of SVN)*
-
- $ brew install git
- ==> Downloading http://kernel.org/pub/software/scm/git/git-1.6.5.7.tar.bz2
- ######################################################################## 100.0%
- ==> ./configure --prefix=/usr/local/Cellar/git/1.6.5.7
- ==> make install
- ==> Downloading http://kernel.org/pub/software/scm/git/git-manpages-1.6.5.7.tar.bz2
- ######################################################################## 100.0%
- /usr/local/Cellar/git/1.6.5.7: 383 files, 16M, built in 74 seconds
-
-Compiling git manually
-----------------------
-
-See [this guide](http://gist.github.com/423308).
+<script type="text/javascript">
+ window.location = '/mac-set-up-git'
+</script>