git1.5早就出来了,不过ubuntu和debian上的源还都死1.4。
由于git 1.4和git1.5相差比较大,而且git1.5更适合使用习惯,所以推荐安装git1.5版本。
具体方法如下:
在/etc/apt/sources.list 里添加一行:deb http://www.backports.org/debian etch-backports main contrib non-free
然后执行apt-get update
然后执行apt-get -t etch-backports install "git-core" (如果曾经装了git1.4, 别忘记 apt-get remove git-core)