To include a repository as a Submodule in your project, use the command git __________.

  • submodule add
  • add-submodule
  • attach-submodule
  • include-submodule
The correct answer is submodule add. This command is used to add a repository as a submodule to your project. Submodules are a way to include other Git repositories as a subdirectory in your project, and they allow you to track and update external dependencies.
Add your answer
Loading...

Leave a comment

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