Git-annex: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Git-annex and Git-annex Assistant are two useful tools for managing files with git
Git-annex and Git-annex Assistant are two useful tools for managing files with git.  Actually, they work like a replacement for DropBox or Ubuntu One.  Some suggested [[Aerofs]], but I prefer open source and non-proprietary technology.


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.
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.
Line 16: Line 16:


[[Category:Version Control]]
[[Category:Version Control]]
[[Category:File system]]
[[Category:Filesystems]]
[[Category:Tools]]
[[Category:Tools]]