Questions that are related to Git Large File Storage (LFS)
Questions tagged [git-lfs]
3 questions
6
votes
1 answer
Are there any guidelines for when to use gitlfs and will it break the CI?
Git large file system git-lfs could be used to store large files and at a txt file to the git repository. The question is when to decide whether a file should go to git LFS and if that is done whether the existing CI configuration will…
030
- 13,383
- 17
- 76
- 178
4
votes
1 answer
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 the non-LFS files from the repo? ... Or perhaps…
rickhg12hs
- 191
- 1
- 6
3
votes
1 answer
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 artifact, what is the benefit to version this…
Ta Mu
- 6,792
- 5
- 43
- 83