Junio C Hamano <gitster@xxxxxxxxx> writes: > Jeff King <peff@xxxxxxxx> writes: > >> ... This is not a push.default issue, >> but I think it is somewhat related, and maybe worth discussing along >> with the topic of asymmetry. ... >> I've mostly trained my fingers to type "git push >> <my-publish-repo>", but I do occasionally forget. > > In an assymmetric set-up, you would typically push into one place > but update from one or more places, so it might make sense to make > it easier to say "git push" and "git pull $there". But that does > not solve the fundamental issue, I would think. It does not solve it completely, but it makes it sensible to have 'upstream' point to the place you are publishing to, and tell "git pull" explicitely where you want to pull from. This is the way I work when I have an asymmetrical setup (not the most common in my case). -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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