Stories
Slash Boxes
Comments

SoylentNews is people

posted by LaminatorX on Thursday April 09 2015, @07:24PM   Printer-friendly
from the GitHub-Git-on-Hub dept.

GitHub is announcing that is will soon support the open source extension Git LFS (Large File System) on every repository they host.

This extension allows the replacement of large files (audio samples, images, textures models, various assets...) by references pointing to a remote server, allowing you to store huge files in your repository. While GitHub is only now implementing it as part of its service, it can be used without GitHub as of now.

This system could easily benefit organizations and projects relying on a heavy quantity of assets.

See the official announcement here on the GitHub blog.

Do you use GitHub for your work? How do you think this could be implemented in your organization and projects? I know this will end up replacing the complex workflow I have put in place in my company, based on on a intricate system of submodules.

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by cats on Friday April 10 2015, @10:38AM

    by cats (4817) on Friday April 10 2015, @10:38AM (#168691)

    I think this will be big for games developers and graphic designers. In my experience graphics folks tend not to use version control at all. It will be cool if in 5-10 years we'll be able to fork a movie on GitHub and make our own custom edits.