diff options
Diffstat (limited to '_posts/2009-06-14-win-git-installation.markdown')
| -rw-r--r-- | _posts/2009-06-14-win-git-installation.markdown | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/_posts/2009-06-14-win-git-installation.markdown b/_posts/2009-06-14-win-git-installation.markdown new file mode 100644 index 0000000..ed41f9b --- /dev/null +++ b/_posts/2009-06-14-win-git-installation.markdown @@ -0,0 +1,24 @@ +--- +layout: default +title: Installing git (Win/msysgit) +description: How to install git on Windows +categories: windows +--- + +Installing git on windows is a fairly straightforward process. To begin, download the latest version of [msysgit](http://code.google.com/p/msysgit/). + +_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 |
