git

Distributed version control system. Some subcommands such as commit, add, branch, checkout, push, etc. have their own usage documentation. More information: <https://git-scm.com/>.

Debian Debian
RUN apt-get update && \ apt-get install -y git
Ubuntu
RUN apt-get update && \ apt-get install -y git
Alpine
RUN apk add git
Arch Arch Linux
RUN pacman -S --noconfirm git
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y git
CentOS
RUN yum install -y git
Fedora
RUN dnf install -y git
Raspbian
RUN apt-get update && \ apt-get install -y git
click the source code to copy install git on any operating system with command-not-found.com