summaryrefslogtreecommitdiff
path: root/_posts/2009-06-14-win-git-installation.markdown
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2010-02-23 22:40:48 -0700
committertekkub <tekkub@gmail.com>2010-02-23 22:40:48 -0700
commit4bb3a2fd34ed641258d06e232baa513027a8e034 (patch)
treeee08e7f2983b304374e4ff80acd7e71e5e18f432 /_posts/2009-06-14-win-git-installation.markdown
parentf2989d9c50a470659683de6f60f587c4c6d4ac36 (diff)
Add missing installation guides
Diffstat (limited to '_posts/2009-06-14-win-git-installation.markdown')
-rw-r--r--_posts/2009-06-14-win-git-installation.markdown24
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).
+
+![Welcome](http://img.skitch.com/20100125-fndn896jf6rfj5cs6nfhj9bxiq.jpg)
+![License](http://img.skitch.com/20100125-dmx43twyjrrksdmn76pcj3prdi.jpg)
+![Path](http://img.skitch.com/20100125-tepu9jhdnq5yh5a5ecdrtwxibm.jpg)
+![Start menu](http://img.skitch.com/20100125-ju7te2wr8hus7u7c1beghxpd9h.jpg)
+![Shortcuts](http://img.skitch.com/20100125-g5rpq18d1jryg2bhg72urypd2j.jpg)
+![PATH](http://img.skitch.com/20100125-d3urje18fhhf5b99st6yyypp6w.jpg)
+![CRLF](http://img.skitch.com/20100125-k3g1yeru3af1u31r5bu9b5t7xt.jpg)
+![Installin'](http://img.skitch.com/20100125-knmcqg7d9dqsxbk13iityyrxji.jpg)
+![Finished](http://img.skitch.com/20100125-q1tjy72n1tk1c191fdfp9jkspg.jpg) \ No newline at end of file