System
Programming
Editors
Development
Publishing
Reference
Documentation
Create annotated tag v1.0:
v1.0
$ git tag -a v1,0 $ git tag -a v1,0 -m "tag message"
Delete tag v1.0:
$ git tag -d v1.0