git-annex

Manage files with git without checking in file contents

brewmacoslinux
Try with needOr install directly
Source

About

Manage files with git without checking in file contents

Commands

git-annex

Examples

Initialize git-annex in a repository$ git annex init
Add a large file to git-annex tracking$ git annex add largefile.zip
Get the actual content of an annexed file$ git annex get largefile.zip