An open source Git extension for versioning large files
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
Git LFS 是 Github 开发的一个 Git 的扩展,用于实现 Git 对大文件的支持。
官方介绍如下:
使用
1、开启lfs功能:
注:同一个账户只需执行一次。
2、在目标Git仓库中选择要管理的文件类型,例如:
确认
.gitattributes
已被追踪:使用 git lfs track 查看现有的文件追踪模式:
3、提交、推送文件至github
与普通文件操作一样