link
Create, list, delete tags
git tag
List all tags
Create lightweight tag
git tag v1.0
Create annotated tag
git tag -a v1.0 -m "message"