Skip to content

Instantly share code, notes, and snippets.

@pardgroupadmin
Created August 6, 2019 12:48
Show Gist options
  • Save pardgroupadmin/78ebef13720c4392b70cb1ff73cf086d to your computer and use it in GitHub Desktop.
Save pardgroupadmin/78ebef13720c4392b70cb1ff73cf086d to your computer and use it in GitHub Desktop.
# Create tag from commit:
git tag <tagname>
git push origin --tags
# Delete local and remote tag:
git push --delete origin <tagname>
git tag -d <tagname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment