Saw.tl
  • About me

Git delete tag

04 Dec 2014

Git

@See: How to: Delete a remote Git tag

# Assuming the tag to delete is "1.3.5-rc1"
git tag -d 1.3.5-rc1
git push origin :refs/tags/1.3.5-rc1
Copyright © 2011 - present Louis Sawtell. All rights reserved