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
|