Skip to content

Instantly share code, notes, and snippets.

@adriantorrie
Last active June 20, 2024 06:37
Show Gist options
  • Save adriantorrie/e62e9a31096e033119dca4fdf0958357 to your computer and use it in GitHub Desktop.
Save adriantorrie/e62e9a31096e033119dca4fdf0958357 to your computer and use it in GitHub Desktop.
Git LFS Track Multiple Files
git lfs track \
"*.jpg" \
"*.png" \
"*.pdf" \
"*.xls" \
"*.xlsx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment