Skip to content

Instantly share code, notes, and snippets.

@JaimeStill
Created November 17, 2021 13:33
Show Gist options
  • Save JaimeStill/31a2929c002085588f19e426c9129e5f to your computer and use it in GitHub Desktop.
Save JaimeStill/31a2929c002085588f19e426c9129e5f to your computer and use it in GitHub Desktop.
Git LFS Notes

Git LFS

Quick notes from Git LFS Overview

# help
git lfs help <command>

# command help
git lfs <command> -h

# track a specific filetype
git lfs track '*.m4a'

# track a whole directory
git lfs track '/assets'

# list tracked directories / filetypes
git lfs track

# list tracked files
git lfs ls-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment