http://progit.org/book/ch1-4.html
Installing on Linux
If you want to install Git on Linux via a binary installer, you can generally do so through the basic package-management tool that comes with your distribution. If you’re on Fedora, you can use yum:
$ yum install git-core
Or if you’re on a Debian-based distribution like Ubuntu, try apt-get:
$ apt-get install git-core
本文介绍如何在Linux系统中通过不同的包管理工具安装Git版本控制系统。针对Fedora和Debian-based发行版如Ubuntu提供了具体的安装命令。
1008

被折叠的 条评论
为什么被折叠?



