zThorn / AggroBeats

0 stars 0 forks source link

Use a binary file manager #2

Open MusicAdam opened 9 years ago

MusicAdam commented 9 years ago

Currently we are uploading binary files directly to GIT, we should use an extension to manage the binary files so we don't host them on git.

One of these solutions should work https://wiki.unrealengine.com/Git_source_control_%28Tutorial%29#Workarounds_for_dealing_with_binary_files_on_your_Git_repository

zThorn commented 9 years ago

Github has LFS , which should pretty well for this, I think I'm in the pilot for it. https://github.com/blog/1986-announcing-git-large-file-storage-lfs

MusicAdam commented 9 years ago

If you have access to it you should set it up, I just signed up for the early access but I don't know if I'll get it.