1、进入项目文件夹
2、git tag 查看标签名
3、可以看到我第一个标签,我们对此进行更改
4、git tag v3.0 v1.0
来重命名标签
5、git tag 查看结果
1、1.新标签名写在前面
2.就标签名依然存在,删除就好