Questions tagged [git-lfs]
Questions that are related to Git Large File Storage (LFS)
3 questions
4 votes
1 answer
3k views
GitLab CI/CD job without pulling LFS files?
When our GitLab CI/CD job runs, it first pulls a Docker image and then git clones the entire repo. Afterwards, the Build commands are executed in the Docker image, etc. Is it possible to only clone ...
3 votes
1 answer
2k views
Can we consider usage of git lfs for artifacts equally mature strategy to an artifactory?
Git lfs is just support for large files in Git -> good for example for a video file sample if you need it, right? But, if you have large artifacts like a trained model or an uber-jar or some other ...