git: Version control system#

Description#

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-operations and full access to internals.

  • man git

Upstream Contact#

Type#

optional

Dependencies#

Version Information#

Equivalent System Packages#

arch:

$ sudo pacman -S  git

conda:

$ conda install  git

cygwin:

$ apt-cyg install git

Debian/Ubuntu:

$ sudo apt-get install  git

Fedora/Redhat/CentOS:

$ sudo yum install  git

freebsd:

$ sudo pkg install devel/git

homebrew:

$ brew install git

macports: install the following packages: git

opensuse:

$ sudo zypper install git

slackware:

$ sudo slackpkg install git

void:

$ sudo xbps-install  git

See https://repology.org/project/git/versions

If the system package is installed, ./configure will check whether it can be used.