A project requires frequent updates to large media files. What strategy should be adopted in Git to manage these files efficiently without affecting the repository's performance?

  • Git LFS (Large File Storage)
  • Git submodules
  • Git merge strategies
  • Git revert
To efficiently manage large media files without affecting the repository's performance, the project should adopt the Git LFS (Large File Storage) strategy, specifically designed for handling such files in Git.
Add your answer
Loading...

Leave a comment

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