git-tag

tag Create, list, delete or verify tags. A tag is…

git tag

Create, list, delete or verify tags. A tag is a static reference to a specific commit.

git tag

git tag {{tag_name}}

git tag {{tag_name}} -m {{tag_message}}

git tag -d {{tag_name}}

git fetch --tags

git tag --contains {{commit}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-sync git-touch →