Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] 0.19.0 tag appear to be missing

On 01/20/2014 05:18 PM, Igor Fedorenko wrote:
Does anyone know how to delete tags through Gerrit?
Did you try
$ git push gerrit :0.19.0
, with gerrit being alias for the remote URL of Gerrit repo ?

And if somebody knows *correct* way to create tags though Gerrit, I'd
like to know that too. Apaprently, push to refs/tags/blah creates new
tag, which isn't what I want, at least not how I thing about git tags.
If the tag 0.19.0 is done locally, just pushing with
$ git push gerrit 0.19.0
works when I push a tag for SWTBot.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top