How to delete a remote Git tag
If some day for any reason you want to remove a tag because maybe you make a mistake and you want to move your Git tag to another commit, then you are going to need: Delete the tag from local repository Remove the tag in the remote repository For doing these operations, just execute next…