Open main menu

Changes

949 bytes added ,  18:04, 21 April 2014
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..."
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.

[[Category:Version Control]]
4,558

edits