Posted by rfay on October 11, 2011 at 9:19pm
3 followers
Jump to:
| Project: | Acquia Prosper |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | aquariumtap |
| Status: | active |
Issue Summary
Somehow a tag by the name "7.x-1.x" got created. Could you please delete it? It causes quite a lot of confusion and git trouble; it may also cause packaging trouble. (Branches only should have the form 7.x-1.x; tags are free-form, but would normally be like 7.x-1.0.)
I think this will do the job:
git push origin :refs/tags/7.x-1.xWhile you're at it I imagine you'll want to delete the branch named 7.x
git push origin :7.xAnd I recommend emptying out the master branch and leaving it with just a README saying that one should used a named branch.
Comments
#1
#2
See also #1455800: Repository contains invalid tags