Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Last active June 9, 2021 13:48
Show Gist options
  • Save 6ui11em/2c545b997fd64b9581ee5fb01e248b4e to your computer and use it in GitHub Desktop.
Save 6ui11em/2c545b997fd64b9581ee5fb01e248b4e to your computer and use it in GitHub Desktop.
Git delete / update remote tag #git #tag #tagname #delete #modify #update
#Delete remote tag
git push --delete origin <tag>
#Move tag
git tag --force v1.0 <ID-of-commit-127>
git push --force --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment