git tag
WorkflowCreate, list, or delete tags
Options & Flags
Available options for this command
-aCreate annotated tag
-dDelete tag
Examples
Common usage examples
Create lightweight tag
git tag v1.0.0Create annotated tag
git tag -a v1.0.0 -m 'Version 1.0.0'Push tag to remote
git push origin v1.0.0Related Commands
You might also find these useful