# 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
gopher-road 用于大文件的存储, 代码仓库 (opens new window)
# centos
sudo yum install git-lfs
git lfs track data/*.dmg
git add .
git commit -m "add data"
git push
git lfs pull