From: Olaf Hering <olaf@aepfle.de>
To: git@vger.kernel.org
Subject: push from one remote to another
Date: Fri, 8 Aug 2014 15:20:22 +0200 [thread overview]
Message-ID: <20140808132021.GA23032@aepfle.de> (raw)
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
Is there a way to kind of mirror without doing a checkout, to save
diskspace?
Olaf
next reply other threads:[~2014-08-08 13:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 13:20 Olaf Hering [this message]
2014-08-08 13:48 ` push from one remote to another Andreas Schwab
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=20140808132021.GA23032@aepfle.de \
--to=olaf@aepfle.de \
--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).