On Sat, 2012-04-14 at 18:08 -0400, Brian Cardarella wrote: > So I have a destination repo that is remote. And I have a source repo > that is also remote. I would like my local machine to act as a proxy > to allow me to push to the destination from the source without ever > download the repo to my machine. Is this possible? Using your computer as a proxy and avoiding downloading the information to your computer are mutually exclusive goals. At any rate, git doesn't support this kind of operation. If you want to move data from A to B, you need to push from A or fetch from B (or fetch from A to C and then push from C to A). cmn
Attachment:
signature.asc
Description: This is a digitally signed message part