git tag使用

1
2
3
4
5
git tag -a <版本号> -m "<备注信息>"

git tag -d <版本号>

git push origin --tags
请作者喝一杯咖啡☕️