List all tags: git tag
git tag
Show changes in the commit a tag points to:
git show <tag>
Checkout tag:
git checkout <tag>