git

git 2.54.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-shell, git-jump, scalar, git-upload-pack, git-credential-netrc, git-cvsserver, git, git-upload-archive, git-http-backend, git-receive-pack
Platforms (80)
x86_64-noneaarch64-darwinx86_64-netbsdaarch64-uefimips64-noneloongarch64-linuxriscv32-netbsdmicroblaze-none
View source on NixOS/nixpkgs →

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