首页 > 其他 > 详细

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

时间:2018-10-22 14:31:16      阅读:257      评论:0      收藏:0      [点我收藏+]

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

 (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

 技术分享图片

 

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

原文:https://www.cnblogs.com/outpointexception/p/9829572.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!