A development team is experiencing slow performance when working with a Git repository containing large binary files. What Git feature should they consider implementing?

  • Git LFS (Large File Storage)
  • Shallow clones
  • Git submodules
  • Git Hooks
The team should consider implementing Git LFS (Large File Storage) to efficiently handle large binary files. Git LFS is designed for versioning large files, preventing performance issues.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *