Hi, I have a central bare repository B and two non-bare repositories A1 and A2. Both A1 and A2 have B as the origin. The way I do it is that every time I create a branch in A1, say branchA, I manually enter the following lines in the .git/config files of A1 and A2 [branch "branchA"] remote = origin merge = refs/heads/branchA Then I create a branch in the bare repository B called branchA. Once this is done, all the push and pull works smoothly between the two repositories. Just wondering, is there a better way to do this? :) -- View this message in context: http://git.661346.n2.nabble.com/Git-branch-tp5290193p5290193.html Sent from the git mailing list archive at Nabble.com. -- 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