how do I remove a tag on a remote repository I pushed to ?

Previous thread: [PATCH/rfc] gitweb: open files (e.g. indextext.html) in utf8 mode by Gerrit Pape on Wednesday, July 2, 2008 - 5:13 am. (3 messages)

Next thread: [PATCH] completion.bash: add 'skip' and 'run' to git-bisect by Dmitry Potapov on Wednesday, July 2, 2008 - 6:29 am. (2 messages)
From: Christian MICHON
Date: Wednesday, July 2, 2008 - 5:52 am

Hi,

I've a repo on github and apparently I used characters not accepted by
github web interface (if I clone the repo, it's ok).
This is a repo where I push to.

I've seen here how to remove remote branches, but was there any hint
on how to perform the same removal on remote tags ?

Thanks in advance.

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !
--

From: Miklos Vajna
Date: Wednesday, July 2, 2008 - 6:24 am

The same way:

git push origin :refs/tags/mytag
Previous thread: [PATCH/rfc] gitweb: open files (e.g. indextext.html) in utf8 mode by Gerrit Pape on Wednesday, July 2, 2008 - 5:13 am. (3 messages)

Next thread: [PATCH] completion.bash: add 'skip' and 'run' to git-bisect by Dmitry Potapov on Wednesday, July 2, 2008 - 6:29 am. (2 messages)