Adding a submodule

suggest change

You can include another Git repository as a folder within your project, tracked by Git:

$ git submodule add https://github.com/jquery/jquery.git

You should add and commit the new .gitmodules file; this tells Git what submodules should be cloned when git submodule update is run.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents