Skip to content

Instantly share code, notes, and snippets.

@SubZane
Created August 30, 2016 07:42
Show Gist options
  • Save SubZane/f61a3e85a355cf3797f80785dec7e7d8 to your computer and use it in GitHub Desktop.
Save SubZane/f61a3e85a355cf3797f80785dec7e7d8 to your computer and use it in GitHub Desktop.
Move git tag to last commit
git push origin :refs/tags/1.0.0
git tag -f "1.0.0"
git push origin master --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment