7 lines
341 B
Text
7 lines
341 B
Text
|
git-annex allows managing files with git, without checking the file
|
||
|
contents into git. While that may seem paradoxical, it is useful when
|
||
|
dealing with files larger than git can currently easily handle, whether due
|
||
|
to limitations in memory, checksumming time, or disk space.
|
||
|
|
||
|
For documentation, see doc/ or <http://git-annex.branchable.com/>
|