diff options
| author | tekkub <tekkub@gmail.com> | 2010-02-23 22:43:34 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-02-23 22:43:34 -0700 |
| commit | b4375574364caee0c7715af453f393dc24dad654 (patch) | |
| tree | b50162b5bcdecfe82e49bfe53eee565d00d51168 | |
| parent | 4bb3a2fd34ed641258d06e232baa513027a8e034 (diff) | |
Oops, those should default to setup category
| -rw-r--r-- | _posts/2009-06-14-linux-git-installation.markdown | 1 | ||||
| -rw-r--r-- | _posts/2009-06-14-mac-git-installation.textile | 1 | ||||
| -rw-r--r-- | _posts/2009-06-14-win-git-installation.markdown | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/_posts/2009-06-14-linux-git-installation.markdown b/_posts/2009-06-14-linux-git-installation.markdown index ccf2c96..f2eabe8 100644 --- a/_posts/2009-06-14-linux-git-installation.markdown +++ b/_posts/2009-06-14-linux-git-installation.markdown @@ -3,6 +3,7 @@ layout: default title: Installing git (Linux) description: How to install git on Linux categories: linux +main_category: setup --- Ubuntu diff --git a/_posts/2009-06-14-mac-git-installation.textile b/_posts/2009-06-14-mac-git-installation.textile index cd4867a..b24281d 100644 --- a/_posts/2009-06-14-mac-git-installation.textile +++ b/_posts/2009-06-14-mac-git-installation.textile @@ -3,6 +3,7 @@ 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. diff --git a/_posts/2009-06-14-win-git-installation.markdown b/_posts/2009-06-14-win-git-installation.markdown index ed41f9b..7d9c87a 100644 --- a/_posts/2009-06-14-win-git-installation.markdown +++ b/_posts/2009-06-14-win-git-installation.markdown @@ -3,6 +3,7 @@ layout: default title: Installing git (Win/msysgit) description: How to install git on Windows categories: windows +main_category: setup --- Installing git on windows is a fairly straightforward process. To begin, download the latest version of [msysgit](http://code.google.com/p/msysgit/). |
