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>.

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