Git-annex

From Freephile Wiki
Revision as of 18:04, 21 April 2014 by Freephile (talk | contribs) (Created page with "Git-annex and Git-annex Assistant are two useful tools ofr managing files with git git-annex allows managing files with git, without checking the file contents into git. Whil...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Git-annex and Git-annex Assistant are two useful tools ofr managing files with git

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, time, or disk space. It also is a method to "use" multiple storage locations without having to keep all these locations as perfect duplicates of each other. Instead each is a git 'remote' and you can pull or push to them as needed.

The git-annex assistant creates a synchronised folder on each of your OSX and Linux computers, Android devices, removable drives, NAS appliances, and cloud services. The contents of the folder are the same everywhere. It's very easy to use, and has all the power of git and git-annex.

See https://git-annex.branchable.com/assistant/ for more on the assistant.