How to I disable git-lfs?

前端 未结 3 1452
粉色の甜心
粉色の甜心 2021-02-01 19:59

I have a repository on bitbucket that is using LFS. Since using it for some time, I\'ve decided to move the repository back to a space under my control. The only reason I used L

3条回答
  •  孤街浪徒
    2021-02-01 20:47

    For particular file

    1. Remove file/pattern from .gitattributes
    2. Go to file dir and run touch myfile.bin
    3. Commit and push changes

提交回复
热议问题