Skip to content

Instantly share code, notes, and snippets.

@cemolcay
Created August 14, 2017 12:13
Show Gist options
  • Save cemolcay/9ca391e0301ee2a00becd00541f4d486 to your computer and use it in GitHub Desktop.
Save cemolcay/9ca391e0301ee2a00becd00541f4d486 to your computer and use it in GitHub Desktop.
git-tag-move.sh
# 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