git create tag and push
git tag -a v1.4 -m "my version 1.4"
git tag annotation
$ git tag -a v1.4 -m "my version 1.4 annotation: tags HEAD"
$ git tag
v0.1
v1.3
v1.4
$ git show v1.4
tag v1.4
Tagger: John doe <[email protected]>
Date: Sat May 3 20:19:12 2014 -0700
my version 1.4 annotation: tags HEAD #Tag message
commit ca82a6dff817ec66f44342007202690a93763949 (HEAD -> main, tag: 1.4)
Author: Scott Chacon <[email protected]>
Date: Mon Mar 17 21:52:11 2008 -0700
Change version number #Commit message
:
#Press Q to quit from git show
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us