summaryrefslogtreecommitdiff
path: root/_posts/2009-06-13-git-installation-redirect.markdown
blob: 3040d7f369e5b90a17dd0d2c30ba1cbc47320e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
title: Installing git
description: How to install git
---

Attempting to redirect to the guide for your OS.  If the redirect fails, pick your OS:

* [Windows](win-set-up-git)
* [Mac](mac-set-up-git)
* [Linux](linux-set-up-git)

<script type="text/javascript">
  if (navigator.appVersion.indexOf("Win") != -1) {window.location = '/win-set-up-git'}
  else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = '/mac-set-up-git'}
  else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = '/linux-set-up-git'}
</script>