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.
Add your answer
Loading...

Leave a comment

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