Hi, I previously posted here a question on how to merge unrelated repos, and I was quite happy with the answer. git pull repo_name repo_branch Yet, when I merge these repos (they're unrelated), I'd like to merge all of them at once. How do I pull for example 2 repos in 1 command ? I cannot figure out the exact syntax to use. I tried: git pull ../i1 0.5 ../i2 master git pull ../i1 0.5 -- ../i2 master I also tried to play with --no-commit and -s to no avail. Does anyone of you already use this and knows the trick ? Thanks in advance! -- Christian -- http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside ! -- 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