Setup a git external for remote repo
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-01-26T16:53:30Z
Indexed on
2010/05/31
11:42 UTC
Read the original article
Hit count: 147
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?
© Stack Overflow or respective owner