add README

This commit is contained in:
Joey Hess 2011-05-13 19:20:54 -04:00
parent d0ea28e9c7
commit 536036cfa2

6
README Normal file
View file

@ -0,0 +1,6 @@
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/>