I am trying to branch infusionsoft (i accidently tagged it) and now it will not branch.

I don't know if this is the right place to report this,
please help, I want to post my awesome module.

Thanks!

http://drupal.org/project/infusionsoft

Comments

misc’s picture

This is not the right place. But I can not move the question, so I better answer it :-)

To delete a local tag:
git tag -d tagname

A tag which is pushed to remote you could delete with:
git push origin :refs/tags/tagname

westwesterson’s picture

Status: Active » Fixed

thanks this worked.

misc’s picture

Status: Fixed » Closed (fixed)

Great, marks this as closed.