Last active
June 20, 2024 06:37
-
-
Save adriantorrie/e62e9a31096e033119dca4fdf0958357 to your computer and use it in GitHub Desktop.
Git LFS Track Multiple Files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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