列出标签:$git tag 创建新的标签:$git tag -a tag_name -m message 删除标签:$git tag -d tag_name 推送标签:$git push origin tag_name
No download links available.