git tag不能显示所有tags
2017-11-26 本文已影响528人
fumier
git pull不能默认将所有的tags拉下来。如果你和我一样,遇到了不能通过git tag显示所有tags的问题。
先使用
git fetch --tags
然后再
git tag
问题解决。
相关参考:https://stackoverflow.com/questions/17355477/remote-tag-not-shown-in-local
git pull不能默认将所有的tags拉下来。如果你和我一样,遇到了不能通过git tag显示所有tags的问题。
先使用
git fetch --tags
然后再
git tag
问题解决。
相关参考:https://stackoverflow.com/questions/17355477/remote-tag-not-shown-in-local