diff options
| author | Tekkub <tekkub@github.com> | 2011-06-03 15:17:27 -0700 |
|---|---|---|
| committer | Tekkub <tekkub@github.com> | 2011-06-03 15:17:27 -0700 |
| commit | 3f78d29f08fda99eda887aad14f99baf1c71636e (patch) | |
| tree | c035e7c633c6235afcfb3608d5a65d9529b2eb7a /_posts/2009-06-13-win-set-up-git.markdown | |
| parent | 07b13a34b4af4d58e646712123ecc4aceae2c7a4 (diff) | |
| parent | 575186657ccc3303ca0db4f8038ce5ca4d0cb7d1 (diff) | |
Merge pull request #31 from matt-hickford/gh-pages
Instruct users to install "Git for Windows" not "msysgit"
Diffstat (limited to '_posts/2009-06-13-win-set-up-git.markdown')
| -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. |
