git更新Activemq在远程github上指定版本的源码步骤

第一步:根据地址克隆源码

 (activemq-5.9) $  git  clone   https://github.com/apache/activemq.git

第二步:查看远程源码的版本清单

 (activemq-5.9) $  git  branch  -a

 

第三步: 根据指定的远程版本创建本地分支

 (activemq-5.9) $  git  checkout  -b  activemq-5.9  origin/activemq-5.9

 

第四步:确认或拉去该版本最新的代码

 (activemq-5.9) $  git   pull origin  activemq-5.9

 

 

posted @ 2018-10-22 13:17  OutPointException  阅读(374)  评论(0)    收藏  举报