diff options
| author | Petros Amiridis <petros@github.com> | 2011-06-07 09:55:45 -0700 |
|---|---|---|
| committer | Petros Amiridis <petros@github.com> | 2011-06-07 09:55:45 -0700 |
| commit | b9d8e6cf4ceb40cb1929666976643d77dd9c6a70 (patch) | |
| tree | f83ed7a1c0e76c5bf1e805e271dbfb5b00be9f6c | |
| parent | 68b2217289711a4b78c0476b404b351afbbe655f (diff) | |
| parent | f089d807be1185622e33299ebb16b42e52f703a3 (diff) | |
Merge pull request #32 from VittGam/patch-1
each setup page for different OSes should mention the correct OS
| -rw-r--r-- | _posts/2008-01-01-linux-set-up-git.markdown | 2 | ||||
| -rw-r--r-- | _posts/2008-01-01-win-set-up-git.markdown | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2008-01-01-linux-set-up-git.markdown b/_posts/2008-01-01-linux-set-up-git.markdown index 0d1d92b..469cb63 100644 --- a/_posts/2008-01-01-linux-set-up-git.markdown +++ b/_posts/2008-01-01-linux-set-up-git.markdown @@ -6,7 +6,7 @@ description: A quick guide to help you get started with Git <p class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</p> -<p class="intro">This is the guide for setting up git in <strong>OSX</strong>. There are also guides for <strong><a href="/mac-set-up-git">OSX</a></strong> and <strong><a href="/win-set-up-git">Windows</a></strong>.</p> +<p class="intro">This is the guide for setting up git in <strong>Linux</strong>. There are also guides for <strong><a href="/mac-set-up-git">OSX</a></strong> and <strong><a href="/win-set-up-git">Windows</a></strong>.</p> ##<span class="step">First:</span> Download and Install Git diff --git a/_posts/2008-01-01-win-set-up-git.markdown b/_posts/2008-01-01-win-set-up-git.markdown index 681252a..fd50a38 100644 --- a/_posts/2008-01-01-win-set-up-git.markdown +++ b/_posts/2008-01-01-win-set-up-git.markdown @@ -6,7 +6,7 @@ description: A quick guide to help you get started with Git <p class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</p> -<p class="intro">This is the guide for setting up git in <strong>OSX</strong>. There are also guides for <strong><a href="/mac-set-up-git">OSX</a></strong> and <strong><a href="/linux-set-up-git">Linux</a></strong>.</p> +<p class="intro">This is the guide for setting up git in <strong>Windows</strong>. There are also guides for <strong><a href="/mac-set-up-git">OSX</a></strong> and <strong><a href="/linux-set-up-git">Linux</a></strong>.</p> ##<span class="step">First:</span> Download and Install Git |
