Skip to content

Instantly share code, notes, and snippets.

@bmorwood
Created September 18, 2018 01:54
Show Gist options
  • Save bmorwood/7039041bd6980efd28dc1b3bc1d5890d to your computer and use it in GitHub Desktop.
Save bmorwood/7039041bd6980efd28dc1b3bc1d5890d to your computer and use it in GitHub Desktop.
git large file system
https://git-lfs.github.com/
TIP: if you want to search for files of certain size
$ find . -type f -size +100M -exec ls -lh {} \;
NOTE: A GitHub subscription to a large storage package was required.
$ brew install git-lfs
$ git lfs install
$ sudo git lfs install --system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment