blob: 1589bdb68c807159d5587508fcc95183a17ab9cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|