How to set up a git project to use an external repo submodule?
You have a project — call it MyWebApp that already has a github repo You want to use the jquery repository in your project You want to pull the jquery repo into your project as a submodule. Submodules are really, really easy to reference and use. Assuming you already have MyWebApp set up as a … Read more