Delete remote tag
What steps will reproduce the problem?
- I cannot delete a remote tag using TortoiseGit
- I googled and used the shell command to do it
Please provide any additional information below.
This has been suggested in #2155 (comment 2441279) but ignored so far. Possibly because closed issues are not looked at anymore. So I suggest this change in a new issue.
AFAIR such a dialog exists somewhere in TortoiseGit, but not for tags apparently. I can only delete local tags. I was not able on my own to discover a way to delete the tag remotely. GitHub also doesn't offer this so I had to use the command git push --delete origin v1.0 that I found somewhere on the web.