To optimize large Git repositories, the technique of __________ can be used to split a repository into smaller, more manageable pieces.

  • Shallow cloning
  • Git bisect
  • Repository forking
  • Git submodules
Git submodules allow splitting a repository into smaller, independent parts. This helps in managing large codebases efficiently, allowing teams to work on specific modules without affecting the entire repository.
Add your answer
Loading...

Leave a comment

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