git标签也被推送了吗? [英] Do git tags get pushed as well?

查看:54
本文介绍了git标签也被推送了吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于我创建了我的存储库,看起来我创建的
标签没有推送到存储库。当我在
本地目录上执行git标记时,所有标记都存在,但是当我登录到
远程存储库并执行git标记时,只显示前几个标记。

Since I created my repository it appears that the tags I have been creating are not pushed to the repository. When I do git tag on the local directory all the tags are present, but when I logon to the remote repository and do a git tag, only the first few show up.

问题是什么?

推荐答案

您可以这样做:

You could do this:

git push --tags

这篇关于git标签也被推送了吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆