Skip to content

Git

Blog posts tagged with Git
Production Updates 26th January

Production Updates 26th January

26/01/2015
Last week I spent time on creating some of the common elements that can be found across all of the Gregarious Mammal sites, this includes:<ul><li>Creative Commons notice</li><li>Mailing List</li><li>Financially contributing to projects</li><li>Git and version information</li></ul>
Versioning Large Files with git LFS

Versioning Large Files with git LFS

11/09/2015
Versioning large files can be problematic with distributed version control systems like Git. Git Large File Storage (or LFS) is a new, open-source extension to Git that aims to improve handling of large files.