Git-annex: manage large files in Git without storing the contents in Git

2 points by dpcx 1 year ago | 2 comments
  • chipdart 1 year ago
    What's the difference between this and Git-LFS?

    https://git-lfs.com/

    • db48x 1 year ago
      The both broadly aim to solve similar problems, but use different mechanisms to achieve it. Both allow you to store the content of a file separately from the git repository, so that you don’t need to download every version of every such file that ever existed in your repository when you clone it. git-annex is much more flexible about where those files are downloaded from, however.