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