Skip to content

Git

Git Getting Start

Git LFS

  • 对于 Git Repo 中的二进制文件,最好使用 Git LFS 管理
  • Git LFS Site

In each Git repository where you want to use Git LFS, select the file types you'd like Git LFS to manage (or directly edit your .gitattributes). You can configure additional file extensions at anytime.

git lfs track "*.psd"

Last update: May 10, 2023
Created: May 10, 2023