Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Large files extension for git [closed]

Mercurial recently added an official Large Files extension. It solves the problems associated with storing a file that is essentially unversionable, video game assets are a common example of this).

Does Git have a similar feature? (either currently or in the works?)

like image 375
deft_code Avatar asked Feb 16 '12 20:02

deft_code


1 Answers

git-annex was designed to handle large files.

Also see: Managing large binary files with git and Git analog to Hg's Bigfiles Extension?

like image 59
Richard Hansen Avatar answered Oct 15 '22 07:10

Richard Hansen