diff options
| author | tekkub <tekkub@gmail.com> | 2010-02-23 22:40:48 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-02-23 22:40:48 -0700 |
| commit | 4bb3a2fd34ed641258d06e232baa513027a8e034 (patch) | |
| tree | ee08e7f2983b304374e4ff80acd7e71e5e18f432 /_posts/2009-06-13-git-installation-redirect.markdown | |
| parent | f2989d9c50a470659683de6f60f587c4c6d4ac36 (diff) | |
Add missing installation guides
Diffstat (limited to '_posts/2009-06-13-git-installation-redirect.markdown')
| -rw-r--r-- | _posts/2009-06-13-git-installation-redirect.markdown | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_posts/2009-06-13-git-installation-redirect.markdown b/_posts/2009-06-13-git-installation-redirect.markdown new file mode 100644 index 0000000..1589bdb --- /dev/null +++ b/_posts/2009-06-13-git-installation-redirect.markdown @@ -0,0 +1,18 @@ +--- +layout: default +title: Installing git +description: How to install git +categories: setup +--- + +Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS: + +* [Windows](win-git-installation) +* [Mac](mac-git-installation) +* [Linux](linux-git-installation) + +<script type="text/javascript"> + if (navigator.appVersion.indexOf("Win") != -1) {window.location = 'http://help.github.com/win-git-installation/'} + else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = 'http://help.github.com/mac-git-installation/'} + else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = 'http://help.github.com/linux-git-installation/'} +</script>
\ No newline at end of file |
