diff options
| author | Matt Hickford <matt.hickford@gmail.com> | 2011-06-03 14:55:03 -0700 |
|---|---|---|
| committer | Matt Hickford <matt.hickford@gmail.com> | 2011-06-03 14:55:03 -0700 |
| commit | 575186657ccc3303ca0db4f8038ce5ca4d0cb7d1 (patch) | |
| tree | c035e7c633c6235afcfb3608d5a65d9529b2eb7a /_posts | |
| parent | 07b13a34b4af4d58e646712123ecc4aceae2c7a4 (diff) | |
Use correct name for software, users want "Git for Windows" not "msysgit" (the development environment for building the former).
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2009-06-13-win-set-up-git.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-13-win-set-up-git.markdown b/_posts/2009-06-13-win-set-up-git.markdown index 58310d1..ffb1467 100644 --- a/_posts/2009-06-13-win-set-up-git.markdown +++ b/_posts/2009-06-13-win-set-up-git.markdown @@ -13,7 +13,7 @@ At the heart of GitHub is an open source version control system (VCS) called Git _*If you don’t already know what Git is, <a href="http://progit.org/book/ch1-3.html" target="_blank">take a crash course.</a>_ -1. <span class="step-title">Download and install the latest version of <a href="http://code.google.com/p/msysgit/downloads/list" target="_blank">msysgit</a>.</span> +1. <span class="step-title">Download and install the latest version of <a href="http://code.google.com/p/msysgit/downloads/list" target="_blank">Git for Windows</a>.</span> Use the default options for each step. |
