Skip to content

Instantly share code, notes, and snippets.

@adriantorrie
Last active December 9, 2024 08:30
Show Gist options
  • Select an option

  • Save adriantorrie/e62e9a31096e033119dca4fdf0958357 to your computer and use it in GitHub Desktop.

Select an option

Save adriantorrie/e62e9a31096e033119dca4fdf0958357 to your computer and use it in GitHub Desktop.
Git LFS Track Multiple Files
git lfs install \
&& git lfs track \
"*.bmp" \
"*.doc" \
"*.docx" \
"*.drawio" \
"*.gif" \
"*.jpg" \
"*.pdf" \
"*.png" \
"*.ppt" \
"*.pptx" \
"*.xls" \
"*.xlsx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment