【发布时间】:2015-04-26 19:12:49
【问题描述】:
我正在尝试检查 OpenSSL 1.0.2a(而不是 Master)。 OpenSSL 已标记发布,我正在尝试浏览它们以确定实际名称是什么。我知道它们有 1.0.0、1.0.1 和 1.0.2(但它们的命名更复杂)。
根据OpenSSL Git repository,repo 位于 git://git.openssl.org/openssl.git。
根据How to see all tags in a git repository in command line,我需要使用git tag:
$ git tag git://git.openssl.org/openssl.git
fatal: Not a git repository (or any of the parent directories): .git
如何浏览 Git 存储库中的标记版本?
为了完整起见,Git for beginners: The definitive practical guide 不讨论这个话题。
【问题讨论】:
标签: git