On Tue, Nov 24, 2009 at 22:19, Liebich, Wolfgang <wolfgang.liebich@xxxxxxxxxxxxxxxxxxxxxx> wrote: > 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? Take a look at "--mirror" option of "git clone" (it sets up a remote with references mapping like this: refs/*:refs/*). -- 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