Skip to content

Instantly share code, notes, and snippets.

@rpayanm
Created July 12, 2019 20:25
Show Gist options
  • Save rpayanm/aa2ed5cfd803dc3ea9c57c39abccef68 to your computer and use it in GitHub Desktop.
Save rpayanm/aa2ed5cfd803dc3ea9c57c39abccef68 to your computer and use it in GitHub Desktop.

Create tag

git tag -a v1.9.3 -m "v1.9.3"

Push tag

git push origin tag v1.9.3

Delete remote tag

git push origin :refs/tags/tagname

Delete local tag

git tag --delete tagname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment