Git LFS Set Up for Unity Projects
- Installing Git Large File Storage
- Used brew install of Mac Mini
- Configuring Git Large File Storage
- Used
git lfs install
in root of repo - Used
git lfs track "*.wav"
in root of repo - Used
git lfs track "*.png"
in root of repo - Committed and pushed .gitattributes file
- Committed rest of project and assets using GitHub Desktop
- Verified that LFS files were showing in
git lfs ls-files
and on GitHub repo correctly
- Used
- Unity and Git LFS
- I have not verified the applicability of this article yet (published in 2017)
- Viewing your Git Large File Storage usage