Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2012 at 01:20 UTC
Updated:
5 Feb 2012 at 09:56 UTC
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!
Comments
Comment #1
misc commentedThis 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
Comment #2
westwesterson commentedthanks this worked.
Comment #3
misc commentedGreat, marks this as closed.