During the migration to Git, a team encounters issues with large binary files slowing down the repository. What Git feature or strategy can address this issue?
- Git LFS (Large File Storage)
- Shallow Clone
- Git Submodules
- Git Cherry-Pick
Git LFS is designed to handle large binary files efficiently, addressing performance issues during migration and maintaining a streamlined repository.
Loading...
Related Quiz
- During a critical hotfix, a developer has uncommitted changes that are not ready for commit. How should they use Git stash to handle this situation?
- What is the primary purpose of the .gitignore file in a Git repository?
- In Agile development, Git's ________ helps in maintaining a sustainable pace of development by isolating work in progress.
- What is the importance of Git hooks in automating tasks in CI/CD pipelines?
- In Git, a _______ merge is used to integrate changes from one branch into another without creating a merge commit.