Created
February 25, 2015 20:29
-
-
Save Dunnzilla/2f9476803d1b42bebe05 to your computer and use it in GitHub Desktop.
Git update tag
This file contains 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
git push --delete origin yourAmazingTag | |
git tag -f yourAmazingTag | |
git push --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a bash file, with an option to just see the commands above or to actually run them: