git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Carlos Martín Nieto" <cmn@elego.de>
To: Brian Cardarella <brian@dockyard.com>
Cc: git@vger.kernel.org
Subject: Re: Pushing to a remote repo from a remote repo?
Date: Sun, 15 Apr 2012 01:02:21 +0200	[thread overview]
Message-ID: <1334444541.7825.1.camel@beez.lab.cmartin.tk> (raw)
In-Reply-To: <CAAnwhhWTcfOi+qqXPnGNXSKHbFh5L=+6eSKaaex5mq6VTwSxEw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

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 #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

  reply	other threads:[~2012-04-14 23:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-14 22:08 Pushing to a remote repo from a remote repo? Brian Cardarella
2012-04-14 23:02 ` Carlos Martín Nieto [this message]
2012-04-14 23:16   ` Brian Cardarella
2012-04-16 14:47     ` Jeff King
2012-04-15 10:09 ` Jakub Narebski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334444541.7825.1.camel@beez.lab.cmartin.tk \
    --to=cmn@elego.de \
    --cc=brian@dockyard.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).