先 git tag -d <tagname> 删除标签。然后修改文件。在git commit -m '提交信息' --amend -a 暂存并提交信息。在 git tag -a <tagname> HEAD 打上标签。
阅读量:1
点赞量:0