diff options
| author | tekkub <tekkub@gmail.com> | 2011-03-02 00:19:37 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2011-03-02 00:19:37 -0700 |
| commit | 3a592ce3fcb350904d614baf90bc851c21dc805d (patch) | |
| tree | e9c67d8d44088ddbf333d6884b8d908963bb6ac3 /_posts/2009-06-14-win-git-installation.markdown | |
| parent | bd6df9550885346307b4d042fc6b113e305a292f (diff) | |
Add quasi-redirects from the old guides
Diffstat (limited to '_posts/2009-06-14-win-git-installation.markdown')
| -rw-r--r-- | _posts/2009-06-14-win-git-installation.markdown | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/_posts/2009-06-14-win-git-installation.markdown b/_posts/2009-06-14-win-git-installation.markdown index 7d9c87a..4e618f4 100644 --- a/_posts/2009-06-14-win-git-installation.markdown +++ b/_posts/2009-06-14-win-git-installation.markdown @@ -2,24 +2,10 @@ 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/). +This page has moved. If the redirect fails, [click me](win-set-up-git) -_This guide was written with Git-1.6.5.1-preview20091022.exe, newer versions may differ._ - -For each step we will use the default options. It is advisable that you do not use PuTTY if the installer gives you that option. GitHub only provides support for openssh. - -After you have completed installation you will need to [generate an SSH keypair](/msysgit-key-setup) and [set your local git config](/git-email-settings). - - - - - - - - - -
\ No newline at end of file +<script type="text/javascript"> + window.location = '/win-set-up-git' +</script> |
