Last active
June 9, 2021 13:48
-
-
Save 6ui11em/2c545b997fd64b9581ee5fb01e248b4e to your computer and use it in GitHub Desktop.
Git delete / update remote tag #git #tag #tagname #delete #modify #update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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