git tag使用 Posted on 2018-09-Sat Views: Views: 12345git tag -a <版本号> -m "<备注信息>"git tag -d <版本号>git push origin --tags