如何指定git版本号下载source

我已经使用以下命令成功下载了最新的source,但是我想下载5.10.2的版本source,怎么做呢?
git clone https://git-wip-us.apache.org/repos/asf/activemq.git

这个 目前比较难 搞 祝好运

比较难搞啥意思啊?搞不定吗?

  1. git clone https://git-wip-us.apache.org/repos/asf/activemq.git git checkout 5.10.2
  2. git clone -b 5.10.2 https://git-wip-us.apache.org/repos/asf/activemq.git