You can't deleted references in origin like that. You need to do: > git push origin :tagname
There might be some other way, but I am not aware of it. On Sun, Oct 17, 2010 at 8:44 PM, Adam Jimerson <vend...@gmail.com> wrote: > How does one remove old tags from github? I removed the tags on my > local copy with 'git tag -d <tagname>' then did a 'git push --tags > origin master'. After doing so I see all the old tags along with the > new tags. > > -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to git...@googlegroups.com. To unsubscribe from this group, send email to github+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/github?hl=en.