Top "Git-lfs" questions

Questions about Git Large File Storage.

How do Git LFS and git-annex differ?

git-annex has been around for quite some time, but never really gained momentum. Git LFS is rather young and is …

git github git-lfs git-annex
Is it possible for git lfs pull to ignore some files / folders?

Short question: Is it possible to configure git such that regular git pull will ignore some files? Problem description: I …

git git-lfs
What is the advantage of git lfs?

Github has a limit on push large file. So if you want to push a large file to your repo, …

git git-lfs
How to install Git Large File Storage on Windows?

According to its doc, double-click should be enough. But when I opened git bash and ran git lfs init, it …

windows git github git-lfs large-file-support
git lfs prune to remove files from lfs and push to origin

So here's what's happened: Accidentally committed lots of files that weren't meant to be. Did a git reset --soft HEAD~2 …

git version-control bitbucket git-lfs
GIT LFS: Get the complete list from the whole repository

I have only found git lfs ls-files but this command give only the list from a specific ref. There is …

git git-lfs
How large does a "large file" have to be to benefit from Git LFS?

I'm reading about Git LFS and see time and again that it works great for "large files" Git Large File …

git git-lfs
How do I clone a repository that includes Git LFS files?

On my Ubuntu system, I installed Git LFS as well as Git, and cloned a repo that has some of …

git git-lfs
git lfs is not a command Mac OS

LFS git: 'lfs' is not a git command. See 'git --help'. I am facing this issue on mac os. iit …

git git-lfs
Disable Git LFS for a remote

I'm trying to push to a second remote that doesn't support Git LFS. Is there a way to disable Git …

git git-lfs