Greg Bustamante
About

Git LFS Set Up for Unity Projects

Dec 28, 2023

  • 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
  • Unity and Git LFS
    • I have not verified the applicability of this article yet (published in 2017)
  • Viewing your Git Large File Storage usage

Greg Bustamante

  • Greg Bustamante
  • gfbustamante
  • gfbustamante
  • gfbustamante

Learning log and notes on software development and education.