Git LFS and GitLabΒΆ
Storing Large Files
QuickstartΒΆ
- Ensure that you have installed the appropriate
git-lfs
package for your system git lfs install
git lfs track "*.cat"
git add cute.cat
git add .gitattributes
Commit and push!
Files tracked by Git LFS display an icon to indicate if the file is stored as a blob or an LFS pointer.
DocsΒΆ
LFS AdministrationΒΆ
gitlab-rake gitlab:lfs:check
If everything is going well, the output looks like this:
# gitlab-rake gitlab:lfs:check
^[[A
Checking integrity of LFS objects
- 1..5: Failures: 0
Done!