Git tag基本操作

Git tag基本操作

1 创建标签

[root@Git git]# git tag v1.0

2 查看已有标签

[root@Git git]# git tag
2.0.1
V2.8.12.Alpha3
V2.8.12.Alpha4--SNAPSHOT
V2.8.12.Alpha4-release
qh_zh-1.0

3 删除标签

1. 删除本地tag

[root@Git git]# git tag -d V2.8.12.Alpha4
Deleted tag ‘V2.8.12.Alpha4’ (was 91388f0

2. 删除远程tag

git push origin :refs/tags/tag-name

4 查看此版本所修改的内容

[root@Git git]# git show V2.8.12.Alpha4
commit 91388f0883903ac9014e006611944f6688170ef4
Author: "zhangsan" <"11223344@qq.com">
Date: Fri Dec 16 02:32:05 2016 +0800
commit dir
diff –git a/readme b/readme
index 7a3d711..bfecb47 100644
— a/readme
+++ b/readme
@@ -1,2 +1,3 @@
text
hello git
+use commit
[root@Git git]# git log –oneline
91388f0 commit dir
e435fe8 add readme
2525062 add readme
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值