git tag¶
Create annotated tag v1.0
:
$ git tag -a v1,0
$ git tag -a v1,0 -m "tag message"
Delete tag v1.0
:
$ git tag -d v1.0
Create annotated tag v1.0
:
$ git tag -a v1,0
$ git tag -a v1,0 -m "tag message"
Delete tag v1.0
:
$ git tag -d v1.0