Hi, We have an set up with two network zones. One is the secure zone (no internet access) and the other is the dev zone. Strangely development will happen in both zones, not just the dev zone. :) I use Gitolite to manage rights.
Between the zones I have one opening: Ssh from one machine in the secure zone to one machine in the dev zone. So I want to establish both these machines as Git repo's that clients in each zone pulls and pushes from. And I was hoping changes would flow seamlessly between the two hosts in seaprate zons. How can I sync between them? I have looked into the "clone --mirror" option, but from what I can gather a "remote update" will actually overwrite changes done to that repo, so it would not work two way. I have managed to get a setup where I pull from both via a clone with added remotes, but this seems cumbersome and doesn't include all branches by default. Any suggestions? Cheers, Anders, -- 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/groups/opt_out.
