查看现有的tag:
git tag
新建标签:
git tag -a tag名字 -m '注释' (注释需要用英文单引号引起来)
推送到远程服务器:
git push origin 新建tag的名字
加上 -f 覆盖原有的tag
git tag -f tag的名字
上一篇:php 模拟post请求和get请求
下一篇:git常用命令
肤
选择风格关闭