On Fri, Dec 30, 2011 at 12:59 PM, Slawomir Testowy <slawomir.testowy@xxxxxxxxx> wrote: > > # I also added "fetch = +refs/replace/*:refs/replace/*" to [remote > "origin"] in "b" and this also seems to work. > -- > 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 Yeah, the simplest is probably to just add "fetch = +refs/replace/*:refs/replace/*" to the remote(s) you want to get the replace refs from, and "push = +refs/replace/*:refs/replace/*" to the remote(s) you want to push the replace refs to. Regards, Christian. -- 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