culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is Git LFS?

    Answers

    Git Local File System
    Git Large File StorageCorrect
    Git Lightweight Feature Set
    Git Long-term File Support

    Git LFS, Large File Storage, is an extension for Git that replaces large files with text pointers in the repository while storing the actual content on a separate server. This improves performance when working with repositories containing large binary files.