2010-10-19 18:37:19 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
Even without file content tracking, being able to manage files with git,
|
|
|
|
move files around and delete files with versioned directory trees, and use
|
|
|
|
branches and distributed clones, are all very handy reasons to use git. And
|
|
|
|
annexed files can co-exist in the same git repository with regularly
|
|
|
|
versioned files, which is convenient for maintaining documents, Makefiles,
|
|
|
|
etc that are associated with annexed files but that benefit from full
|
|
|
|
revision control.
|
|
|
|
|
|
|
|
* **[[download]]**
|
|
|
|
* [[news]]
|
|
|
|
* [[bugs]]
|
|
|
|
* [[contact]]
|
|
|
|
|
2010-10-19 19:59:40 +00:00
|
|
|
## documentation
|
|
|
|
|
2010-10-19 20:07:33 +00:00
|
|
|
* [[git-annex man page|git-annex]]
|
2010-10-19 19:59:40 +00:00
|
|
|
* [[key-value backends|backends]] for data storage
|
|
|
|
* [[location_tracking]] reminds you where git-annex has seen files
|
|
|
|
* git-annex prevents accidential data loss by [[tracking copies|copies]]
|
|
|
|
of your files
|
2010-10-19 20:17:29 +00:00
|
|
|
* git-annex is Free Software, licensed under the [[GPL]].
|
2010-10-19 19:59:40 +00:00
|
|
|
|
2010-10-19 18:37:19 +00:00
|
|
|
----
|
|
|
|
|
|
|
|
git-annex's wiki is powered by [Ikiwiki](http://ikiwiki.info/) and
|
|
|
|
hosted by [Branchable](http://branchable.com/).
|