# git lfs

用于大文件的存储, 代码仓库 (opens new window)

# 安装 git-lfs

# centos
sudo yum install git-lfs

# 基本使用

git lfs track data/*.dmg

git add .

git commit -m "add data"

git push

git lfs pull
Last Updated: 12/8/2023, 11:05:35 AM