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.