Skip to content

Instantly share code, notes, and snippets.

@schmidan
Last active September 19, 2017 14:05
Show Gist options
  • Save schmidan/deaa0599951f45d9b4b4613432fc9ed3 to your computer and use it in GitHub Desktop.
Save schmidan/deaa0599951f45d9b4b4613432fc9ed3 to your computer and use it in GitHub Desktop.
[git] sammelsurium #git

tagging

git tag -a v1.4 -m "my version 1.4"
git push --tags

# remote
git push --delete origin tagname
# local
git tag --delete tagname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment