📌  相关文章
📜  git enable lfs - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:04.137000             🧑  作者: Mango

代码示例1
# Make sure to install the git lfs command line extension first.

# After installing the extension (if you haven't), enable it in your repo:
git lfs install
# You only need to run this once per user account.

# Use LFS for a file type (do this in your repo dir)
git lfs track "*.psd"

# Make sure to track this in your repo!
git add .gitattributes