Git git LFS 大文件存储

阅读(1148)

LFS 全称:Large File Storage,官方介绍:https://git-lfs.github.com/

安装

brew install git-lfs
git lfs install

使用lfs的文件类型

git lfs track "*.psd"

也可使用.gitattributes文件管理,推荐的一份配置见 https://rehansaeed.com/gitattributes-best-practices/

针对使用了 LFS 的仓库进行了优化的 clone 命令

git lfs clone https://xxxx.git
Tags: