Skip to content

Instantly share code, notes, and snippets.

@lpmtsf
Created October 9, 2019 09:47
Show Gist options
  • Select an option

  • Save lpmtsf/b0795497efc5b69f14b4cf2eec018c53 to your computer and use it in GitHub Desktop.

Select an option

Save lpmtsf/b0795497efc5b69f14b4cf2eec018c53 to your computer and use it in GitHub Desktop.
# delete local tag 'v1.1.3'
git tag -d v1.1.3
# delete remote tag 'v1.1.3'
git push origin :refs/tags/v1.1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment