git-annex
Manage files with Git, without checking their contents in. When a file is annexed, its content is moved into a key-value store, and a symlink is made that points to the content. More information: <https://git-annex.branchable.com>.
RUN apt-get update && \
apt-get install -y git-annex
RUN apt-get update && \
apt-get install -y git-annex
RUN pacman -S --noconfirm git-annex
RUN apt-get update && \
apt-get install -y git-annex
RUN dnf install -y git-annex
RUN apt-get update && \
apt-get install -y git-annex