Erstelle, lösche, liste sie auf und überprüfe Tags. Ein Tag ist eine statische Referenz auf einen bestimmten Commit. Mehr Informationen: https://git-scm.com/docs/git-tag.
git tag
git tag {{name_des_tags}}
git tag {{name_des_tags}} {{commit}}
git tag {{name_des_tags}} -m {{anmkerung}}
git tag -d {{name_des_tags}}
git fetch --tags
git tag --contains {{commit}}