diff options
| -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/). |
