Setup a git external for remote repo
- by Tom
I'd create a repo which pulls in a remote repo, let's say I'd like to setup jQuery as a submodule for example
git://github.com/jquery/jquery.git
What would be the process of creating a repo with jQuery as a submodule and adding my own external as a remote repo.
Also once this is setup, if I push / pull to my own remote, will the external remain intact?