git tag -a v1.4 -m "my version 1.4"
git push --tags
# remote
git push --delete origin tagname
# local
git tag --delete tagname
Last active
September 19, 2017 14:05
-
-
Save schmidan/deaa0599951f45d9b4b4613432fc9ed3 to your computer and use it in GitHub Desktop.
[git] sammelsurium #git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment