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

前端 未结 3 1675
太阳男子
太阳男子 2020-12-16 12:45

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

Problem description: I have a repository that includes some large

3条回答
  •  心在旅途
    2020-12-16 13:10

    if you want to ignore all git lfs files:

    export GIT_LFS_SKIP_SMUDGE=1

    before you clone/pull

提交回复
热议问题