The following does not seem to work: [remote "dev1"] url = ... fetch = ... [remote "dev2"] url = ... fetch = ... [branch "integration"] remote = dev1 merge = refs/heads/topic1 [branch "integration"] remote = dev2 merge = refs/heads/topic2 How can I specify that a branch has more then one remote branch it can be merged with? - 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