# List tags: git tag # Create an annotated tag: git tag -a mytag
# Tag a specific commit git tag -a my_tag commit_hash
# Find the SHA and commiter of a tag git tag -v sometag