Created
August 14, 2017 12:13
-
-
Save cemolcay/9ca391e0301ee2a00becd00541f4d486 to your computer and use it in GitHub Desktop.
git-tag-move.sh
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
# git-tag-move.sh | |
TAG = $1 | |
COMMIT = $2 | |
git tag --force TAG COMMIT | |
git push --force --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment