{{lastupdated_at}} by {{lastupdated_by}} {{>toc}} h1. Installing git The instructions here are adapted from http://book.git-scm.com/2_installing_git.html h2. Debian/Ubuntu
$ sudo apt-get install git-core
h2. Fedora
$ sudo yum install git-core
h2. Mac OS X There are several ways to install git on Mac. The easiest is to simply download the OS X installer ("git-osx-installer":http://code.google.com/p/git-osx-installer/downloads/list). If you have MacPorts installed, you can also do:
$ sudo port install git-core
If you have Fink installed, you can do:
$ sudo apt-get install git