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

git删除远程主机没有的tag

时间:2017-07-31 11:22:22      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:local   span   over   style   nbsp   class   tags   https   ref   

可以先删除所有本地tag,然后再拉取远程上的tag

git tag -l | xargs git tag -d
git fetch --tags

其他方法以及查询tag的命令请见:Remove local tags that are no longer on the remote repository

 

git删除远程主机没有的tag

标签:local   span   over   style   nbsp   class   tags   https   ref   

原文地址:http://www.cnblogs.com/drizzlewithwind/p/7262102.html

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