美文网首页
git tag不能显示所有tags

git tag不能显示所有tags

作者: fumier | 来源:发表于2017-11-26 15:03 被阅读528次

    git pull不能默认将所有的tags拉下来。如果你和我一样,遇到了不能通过git tag显示所有tags的问题。

    先使用

    git fetch --tags

    然后再

    git tag

    问题解决。

    相关参考:https://stackoverflow.com/questions/17355477/remote-tag-not-shown-in-local

    相关文章

      网友评论

          本文标题:git tag不能显示所有tags

          本文链接:https://www.haomeiwen.com/subject/ymbkbxtx.html