To handle large files during a Git transition, the use of git _______ can be a solution.

  • annex
  • bigfile
  • lfs
  • compress
The correct option is 'lfs.' In Git, Large File Storage (LFS) is a system designed to handle large files efficiently. By using the 'git lfs' command, large files can be managed separately, preventing them from bloating the repository and slowing down the version control system.
Add your answer
Loading...

Leave a comment

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