git tag

| 分类 技术  | 标签 git 
git tag -a <tagName> -m '<message>'

git push origin <tagName>

For example,

git tag -a prod-release9.0 -m 'support shipment export'
git push origin prod-release9.0

上一篇     下一篇