删除本地tag: git tag -d 0.1.0
打tag: git tag -m '注释' -a 0.1.0
查看tag: git tag
覆盖远程tag: git push origin -f 0.1.0
更换数据源:
1.git remote-v #查看远端地址
2.git remote #查看远端仓库名
3.git remoteset-url origin https://gitee.com/xx/xx.git(新地址)

删除本地tag: git tag -d 0.1.0
打tag: git tag -m '注释' -a 0.1.0
查看tag: git tag
覆盖远程tag: git push origin -f 0.1.0
更换数据源:
1.git remote-v #查看远端地址
2.git remote #查看远端仓库名
3.git remoteset-url origin https://gitee.com/xx/xx.git(新地址)