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.
Loading...
Related Quiz
- What is the purpose of the .gitignore file in a Git repository?
- In what scenario might you use a git filter-branch?
- In migrating a large codebase to Git, what factors influence the choice of using a monorepo versus multiple smaller repositories?
- Using SSH ________ is a recommended method for secure authentication in Git.
- What is the recommended approach to resolving complex merge conflicts in a collaborative project?