With: 

git push origin branchname

or

git push server2 branchname 

I can push or pull from multiple servers so no problem as git supports this.

Now the problem with use of submodules 

submodules are listed:

submodule.directory_to_checkout/proj1_dir.url=https://git.someserver1/git/proj1_dir

but if say I want to pull from some server 2 and do a 

git submodule update --init --recursive

what I would get is from someserver1 not someserver2 as there is no 
"origin" support for submodules.  Is this correct?  If so can origin 
support be added to submodules?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to