The technique of _______ in Git allows the separation of large binary files from the codebase, ideal for database backups.

  • cloning
  • stashing
  • LFS (Large File Storage)
  • purging
The technique of LFS (Large File Storage) in Git allows the separation of large binary files from the codebase, making it ideal for managing database backups and other large assets. Git LFS replaces large files with text pointers, reducing the overall repository size and improving performance. This is particularly beneficial when dealing with large binary files commonly found in database backups.
Add your answer
Loading...

Leave a comment

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