Answer the question
In order to leave comments, you need to log in
How to delete version by tag on GitHub?
I accidentally mixed up and pushed code from another repository to github. Those. it should have been:
A → AA
B → BB
A did B → AA.
For versioning I use tags, for example:
git tag 0.0.01
Now the question is: how to destroy this left branch?
Answer the question
In order to leave comments, you need to log in
It works but not for my
case
git tag -d {release-tag-name}
git push origin :{release-tag-name}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question