Create, list, delete or verify tags. Tag is reference to specific commit.
git tag
git tag {{tag_name}}
git tag {{tag_name}} -m {{tag_message}}
git tag -d {{tag_name}}