在我的存储库中,我使用以下命令创建了标记.
git tag v1.0.0 -m 'finally a stable release' git tag v2.0.0 -m 'oops, there was still a major bug!'
如何列出存储库中的所有标记?
git git-tag
git ×1
git-tag ×1