To delete remote branches and tags, you must use `git push origin :ref_to_delete`
On Thu, May 14, 2009 at 7:20 PM, joshua-choi <[email protected]> wrote: > > I'm a newbie at Git. Okay, so I want to delete a tag called "2.0" from > a repository (http://github.com/joshua-choi/fnparse). Following this > article (http://blog.ashchan.com/archive/2008/06/30/tags-on-git/): > > git tag -d 2.0 > > git push origin > > When I enter the second command, the terminal reports that there are > no changes to be pushed, and the tag doesn't disappear from the remote > repository's Downloads page. It's definitely deleted locally; if I > enter "git tag -l", the 2.0 tag is indeed gone. > > What can I do to delete the tag remotely? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
