Git - the fast version control system

Download

The general download location for Git releases is http://www.kernel.org/pub/software/scm/git/. You can also use one of many kernel.org mirrors.

Binaries

For people who prefer precompiled packages, these are available:

RPMs http://kernel.org/pub/software/scm/git/RPMS/
Debs Stable http://www.backports.org/debian/pool/main/g/git-core/
Testing http://packages.debian.org/testing/devel/git-core
Unstable http://packages.debian.org/unstable/devel/git-core
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/

Download Git

The latest stable Git release is
v1.7.2.2
release notes (2010-08-19)

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://git.kernel.org/pub/scm/git/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://www.kernel.org/pub/scm/git/git.git

(this method is considerably slower but 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