Git - the fast version control system

Download

Binaries

For people who prefer precompiled packages, these are available:

Debs Stable http://packages.debian.org/stable/devel/git
Testing http://packages.debian.org/testing/devel/git
Unstable http://packages.debian.org/unstable/devel/git
Win Cygwin http://www.cygwin.com/setup.exe
msysGit http://code.google.com/p/msysgit/downloads/list
OS X Stable http://code.google.com/p/git-osx-installer/downloads/list?can=3
Solaris v8–10 http://sunfreeware.com/
v9–10 http://opencsw.org/packages/git/

Download Git

The latest stable Git release is
v1.7.9
release notes (2012-01-27)
Windows
Mac OSX
Source

Development snapshots

Daily snapshots of the main Git development branch are available at codemonkey.org
(thanks to Dave Jones).

Git via Git

If you already have Git installed, you can get the latest development version via Git itself:

git clone git://github.com/gitster/git.git

If you have problems connecting (Git uses port 9418), you can try to access the repository over the HTTP protocol:

git clone http://github.com/gitster/git.git

(this method works even behind firewalls and such).

You can also always browse the current contents of the git repository using either the gitweb or GitHub web interface.



hosting donated by: github logo