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#
Website: https://git-scm.com/
Type#
optional
Dependencies#
Version Information#
Equivalent System Packages#
$ sudo pacman -S git
$ conda install git
$ apt-cyg install git
$ sudo apt-get install git
$ sudo yum install git
$ sudo pkg install devel/git
$ brew install git
$ sudo port install git
$ sudo zypper install git
$ sudo slackpkg install git
$ sudo xbps-install git
See https://repology.org/project/git/versions
If the system package is installed, ./configure
will check if it can be used.