Pony of Shadows

Queen of Truth & King of Practice


git-lfs

Install and Initialize

sudo pacman -S git-lfs
git lfs install

Basic Usage

see git-lfs.com

How to track large files that have been added to the repository.

git add --renormalize
git commit -m "Migrate existing large files to Git LFS"