删除标签

如果要删除master分支下的v1.0标签,执行以下命令即可

$ git checkout master
$ git tag -d v1.0

Last updated

Was this helpful?