git 2.51.0
Distributed version control system
Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- Outputs:
credential-libsecret
,credential-netrc
,gui
,out
,send-email
,subtree
,svn
- Website: https://git-scm.com/
- Licenses: GPL 2
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install git 2.51.0
as follows:
guix install git@2.51.0
Or install the latest version:
guix install git
The git
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install git:credential-libsecret
guix install git:credential-netrc
guix install git:gui
guix install git:send-email
guix install git:subtree
guix install git:svn
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.