coding git 打tag

一、coding gitlab 打tag

1.打开git命令行

2.切换到你要打tag的分支上去,并输入如下示例语句:git tag -a V1.5.0-2015.11.24 -m"描述信息:HuaWei honor 6 V1.1.0版本";

3.输入命令行:git push origin V1.5.0-2015.11.24 ,此处的“V1.5.0-2015.11.24”与上面语句中的“V1.5.0-2015.11.24”要一致,否则是无效的;

4.切换回原来的分支,避免下次上传代码传错分支;

5.打开gitlab查看tag信息,如下图所示,点开就能看到你打的tag信息了!

coding上查看tag:

coding git 打tag_第1张图片

gitlab上查看tag:


coding git 打tag_第2张图片

你可能感兴趣的:(coding git 打tag)