Git Help Deleting Tags This must currently be done via a command prompt: git tag -d [tag] git push origin :[tag] source