List tags and see the changes in the commit a tag points to

List all tags: git tag

Show changes in the commit a tag points to:

git show <tag>

Checkout tag:

git checkout <tag>