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: 0) by Anonymous Coward on Thursday April 09 2015, @08:39PM

    by Anonymous Coward on Thursday April 09 2015, @08:39PM (#168484)

    This is great because keeping large files outside the repository will help with many things. One thing I see is that this give an easy place to put releases. Now, all they need is a build system and you can have a reliable way of assuring that the executable, package or tarball you are downloading is actually from the project in question. That (combined with the issue tracker, source code management, pages, and the aforementioned storage space) would finally give various open source projects a one-stop shop.