Submodule Back

  • Submodule is what you can use to add sub project of other git repository to your project.
git submodule add <git url> [name]
  • If a project have a submodule, you should clone this project by using the following command:
git clone --recursive <git url>
Empty Comments
Sign in GitHub

As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.

Notice: This plugin has used Cookie to store your token with an expiration.