码迷,mamicode.com
首页 > 其他好文 > 详细

git tag

时间:2018-09-18 20:47:20      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:audio   ddb   none   git tag   test   comm   efs   mit   isp   

git tag  //查看tag
git tag test_tag c809ddbf83939a89659e51dc2a5fe183af384233    //在某个commit 上打tag
git tag
...
git push origin test_tag    //!!!本地tag推送到线上
...
git tag -d test_tag        //本地删除tag
git push origin :refs/tags/test_tag    //本地tag删除了,再执行该句,删除线上tag

git tag

标签:audio   ddb   none   git tag   test   comm   efs   mit   isp   

原文地址:https://www.cnblogs.com/zfdai/p/9671116.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!