From: Horst von Brand <vonbrand@inf.utfsm.cl>
To: Martin Langhoff <martin.langhoff@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: Pushing a single tag (ref + object)?
Date: Wed, 19 Oct 2005 09:39:05 -0300 [thread overview]
Message-ID: <200510191239.j9JCd5nQ018754@laptop11.inf.utfsm.cl> (raw)
In-Reply-To: Message from Martin Langhoff <martin.langhoff@gmail.com> of "Wed, 19 Oct 2005 19:05:32 +1300." <46a038f90510182305j1fa2c4bh6d2b36c2fdd058ce@mail.gmail.com>
Martin Langhoff <martin.langhoff@gmail.com> wrote:
> While we are using a repo which holds all our branches
> (dev/test/prod), locally we have a group of developers that checkout
> one repo-per-branch, working on it with a
> cg-clone/cg-update/cg-commit/cg-push workcycle. So far it's working
> great.
>
> Now, I am at a loss on how to push a _tag_ object+ref to the repo,
> without doing a git-push --all, which I naturally don't want to do. I
> managed to push the object itself, doing
>
> git-push repository tagrefname
>
> But that ddn't create the ref on the repo. So I had to do
>
> scp .git/refs/tags/refname repostory/refs/tags/
I've done:
git push repository refs/tags/refname
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513
next prev parent reply other threads:[~2005-10-19 12:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <46a038f90510131929m3dac4cc5y6071550e9e9c71ad@mail.gmail.com>
2005-10-19 6:05 ` Pushing a single tag (ref + object)? Martin Langhoff
2005-10-19 12:39 ` Horst von Brand [this message]
2005-10-19 14:13 ` Linus Torvalds
2005-10-19 16:58 ` Junio C Hamano
2005-10-19 20:23 ` Linus Torvalds
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=200510191239.j9JCd5nQ018754@laptop11.inf.utfsm.cl \
--to=vonbrand@inf.utfsm.cl \
--cc=git@vger.kernel.org \
--cc=martin.langhoff@gmail.com \
/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