git tag

Erstelle, lösche, überprüfe und liste Tags auf. Weitere Informationen: https://git-scm.com/docs/git-tag.

git tag

git tag {{tag_name}}

git tag {{tag_name}} {{commit}}

git tag {{tag_name}} {{[-m|--message]}} {{anmkerung}}

git tag {{[-d|--delete]}} {{tag_name}}

git fetch {{[-t|--tags]}}

git tag --contains {{commit}}