In a large repository, using git __________ can help in managing large files more effectively.
- annex
- filter
- lfs
- chunk
Git LFS (Large File Storage) is used to manage large files more effectively in a repository, preventing them from bloating the repository size.
Loading...
Related Quiz
- When would you use git checkout instead of git reset to undo changes?
- A large enterprise is migrating to Git. They are concerned about preserving their extensive development history. Which Git feature should they focus on?
- Which Git command is used to create a copy of an existing repository on your local machine?
- What are the challenges of using Git in conjunction with build automation tools?
- A 'detached HEAD' state in Git occurs when you check out a specific _______ instead of a branch.