Hi, Let's say I have two bare git repositories, bareA and bareB. I also have a third non-bare repo, lets call it workA. Coworkers also have their working repositories, they all synchronize back to repoA. My work repo can only synchronize directly with repoB. What is the best way to keep repoA and repoB synchronized to each other? I solved that by defining (in the "config" file of repoB) a remote section for repoA, and I "fetch" from repoA by issuing "git remote update repoA", and I push back via "git push --all repoA". This strange setup is necessary because of the security setup (my home development machine is not directly connected with the company intranet). Is this a good way to solve that problem, or are there better methods? Ciao, - Wolfgang-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html