$ git tag -a TAGNAME
# -a means to annotate a tag with some description.
$ git push --tags
# push the local tags
To know more
http://gitref.org/branching/#tag
# -a means to annotate a tag with some description.
$ git push --tags
# push the local tags
To know more
http://gitref.org/branching/#tag