git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Olaf Hering <olaf@aepfle.de>
Cc: git@vger.kernel.org
Subject: Re: push from one remote to another
Date: Fri, 08 Aug 2014 15:48:40 +0200	[thread overview]
Message-ID: <87k36j853b.fsf@igel.home> (raw)
In-Reply-To: <20140808132021.GA23032@aepfle.de> (Olaf Hering's message of "Fri, 8 Aug 2014 15:20:22 +0200")

Olaf Hering <olaf@aepfle.de> writes:

> What is the correct syntax/setup to push from one remote to another?
> I did something like this, to feed a github repo:
>
>  # rm -rf $$
>  # mkdir $$
>  # cd $$
>  # git --init
>  # git remote add --tags t git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>  # git remote add --tags o git@github.com:user/repo.git
>  # git fetch --all
>
> This syntax does not work for me:
>  # git push t master o master
>  # git push --tags t master o master

$ git push o remotes/t/master:master

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

      reply	other threads:[~2014-08-08 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-08 13:20 push from one remote to another Olaf Hering
2014-08-08 13:48 ` Andreas Schwab [this message]

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=87k36j853b.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=git@vger.kernel.org \
    --cc=olaf@aepfle.de \
    /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).