git
git 2.55.0
Distributed version control system
<rendered-html><p>Git, a popular distributed version control system designed to handle very large projects with speed and efficiency.</p> </rendered-html>
https://git-scm.com/GNU General Public License v2.0
main program: gitprograms: git-upload-archive, git-receive-pack, git-shell, scalar, git-upload-pack, git-jump, git-http-backend, git-credential-netrc, git, git-cvsserver
Maintainers
Platforms (79)
armv6l-linuxmipsel-linuxmips64-linuxm68k-linuxi686-openbsdx86_64-freebsdwasm32-wasip1s390-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ git ];
Ad-hoc shell
nix-shell -p git
Flake (nix run)
nix run nixpkgs#git