Created
October 9, 2019 09:47
-
-
Save lpmtsf/b0795497efc5b69f14b4cf2eec018c53 to your computer and use it in GitHub Desktop.
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 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