git-receive-pack

fast, scalable, distributed revision control system

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-core
Raspbian
RUN apt-get update && \ apt-get install -y git
click the source code to copy install git-receive-pack on any operating system with command-not-found.com