$ git tag
Adding the -n option will show the annotations on each tag.
$ git tag <tagname>
$ git tag -a <tagname>
$ git tag -d <tagname>