Git LFS

Set up:

  1. install it (scoop: git-lfs)
  2. Initialize with git: git lfs install
  3. Update git hooks: git lfs update

Usage:

  1. Track a file extension: git lfs track "*.psd"
  2. Ensure updates to .gitattributes are committed: git add .gitattributes

then commit & push files as per typical.

Cloning:

Working:

git-lfs.com more info docs