Abstract

Git LFS handles large files by storing references to the file in the repository, but not the actual file.

Does this by creating a pointer file which acts as a reference to the actual file (which is stored somewhere else)

Installing

Configuring

Collaboration