Questions tagged [git-annex]

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.

Git-annex is an alternative to ; both systems work by replacing the files that are to be managed by, but not stored in, Git with "link" files. Git then manages the link file instead of the actual data. The actual data for each commit must be stored independently somewhere. The interesting choices here are the "somewhere", how and when the versioned-outside-Git files are synchronized, and how the system itself ( or ) comes up with names for each versioned file.

The host site for git-annex is https://git-annex.branchable.com/

62 questions
-1
votes
2 answers

Git-annex installation on macOS BigSur11.6

I am trying to install git-annex using homebrew. After installing brew, when i typed brew install git-annex in the commandline, it showed "git-annex: no bottle available!". I also want to download datalad, after following the steps on datalad…
Shen Tian
  • 1
  • 1
-2
votes
3 answers

Digital Asset Management tool for large files that are not photos or videos

Most DAMs that I have found are geared towards media like photos and videos. I have need to manage large binary files like ISOs and IMG files. Does anybody know of a DAM that can manage non-media files? Specifically something that is on premise? …
EpixRu
  • 201
  • 2
  • 11
1 2 3 4
5