Sean Kelley wrote:
Hi,
On 12/13/06, Sean Kelley <sean.v.kelley@xxxxxxxxx> wrote:
Hi,
On 12/13/06, Matthias Kestenholz <lists@xxxxxxxxxxx> wrote:
>
How do I push that tag that I created to the maint/v0.1 branch on the
remote repository?
Never mind, I answered my own question. Sorry for asking without
doing my research first.
git push --tags origin
Sort of, but not quite. This will push *all* your tags to wherever
origin points to. If you, like me, use un-annotated tags to remember a
particular snapshot you will then push a number of tags named "foo",
"fnurg", "sdf" and "werwer" to the mothership repo.
git push origin v0.1
works marvellously though.
Btw, this behaviour of mine, coupled with the company policy of only
allowing annotated tags signed by the project maintainer as
release-tags, lead to the creation of the update-hook I believe is still
shipped as the default update-hook template with the git repo. It
disallows un-annotated tags completely and should be used on the
mothership repo.
--
Andreas Ericsson andreas.ericsson@xxxxxx
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html