定义:
分布式 版本控制 软件;
安装:
Installing on Linux
If you want to install the basic Git tools on Linux via a binary installer, you can generally do so through the package management tool that comes with your distribution. If you’re on Fedora (or any closely-related RPM-based distribution, such as RHEL or CentOS), you can use
dnf
:$ sudo dnf install git-all
If you’re on a Debian-based distribution, such as Ubuntu, try
apt
:$ sudo apt install git-all
For more options, there are instructions for installing on several different Unix distributions on the Git website, at Git.
Installing on Windows
There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to Git - Downloading Package and the download will start automatically. Note that this is a project called Git for Windows, which is separate from Git itself; for more information on it, go to https://gitforwindows.org.
To get an automated installation you can use the Git Chocolatey package. Note that the Chocolatey package is community maintained.
运行:
三大区域:
(核心代码)