An enterprise is experiencing slow performance with their Git repositories due to large file sizes. What Git feature should they consider implementing?

  • Git LFS (Large File Storage)
  • Git Submodules
  • Git Stash
  • Git Clone
In scenarios where large files impact Git repository performance, Git LFS (Large File Storage) is a recommended solution. It allows the storage of large files outside the regular Git repository, improving overall performance by handling large files more efficiently.
Add your answer
Loading...

Leave a comment

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