git-upload-pack
fast, scalable, distributed revision control system
RUN apt-get update && \
apt-get install -y git
RUN apt-get update && \
apt-get install -y git
RUN apk add git
RUN pacman -S --noconfirm git
RUN apt-get update && \
apt-get install -y git
RUN yum install -y git
RUN dnf install -y git-core
RUN apt-get update && \
apt-get install -y git