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 Mon, Jan 20, 2014 at 5:18 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
Does anyone know how to delete tags through Gerrit?


either

git push --delete origin refs/tags/tagname

or

git push origin :refs/tags/tagname
 
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.

git push origin tag tagname

AFAIK Gerrit doesn't support reviewing tags

--
Matthias 

Back to the top