Jeff King <peff@xxxxxxxx> writes: > On Tue, Apr 09, 2013 at 04:13:32PM -0700, Jonathan Nieder wrote: > >> Random idea: today you can do >> >> git push origin master; # push branch master to remote origin >> git push --multiple origin korg; # push default refspec to 2 remotes > > Can we do "git push --multiple" today? You can have multiple destination URLs for a single remote nickname. Wouldn't that be sufficient for regular publishing purposes? -- 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