Your project has a dependency on a large external library. What Git feature would be most efficient to manage this dependency?

  • Submodules
  • Branching
  • Forking
  • Merging
Git Submodules allow the team to include and manage external repositories within their own project. It's an efficient way to handle dependencies without including all the external code directly into the main repository.
Add your answer
Loading...

Leave a comment

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