From 4bb3a2fd34ed641258d06e232baa513027a8e034 Mon Sep 17 00:00:00 2001 From: tekkub Date: Tue, 23 Feb 2010 22:40:48 -0700 Subject: Add missing installation guides --- _posts/2009-06-14-win-git-installation.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _posts/2009-06-14-win-git-installation.markdown (limited to '_posts/2009-06-14-win-git-installation.markdown') 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 -- cgit v1.3.1