F
F
Franco Mannino2019-09-04 19:56:25
git
Franco Mannino, 2019-09-04 19:56:25

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

1 answer(s)
F
Franco Mannino, 2019-09-05
@garinov

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 question

Ask a Question

731 491 924 answers to any question