如何在github上面克隆branch和tag文件

来源:互联网 发布:佐伯俊男 不倒翁 知乎 编辑:程序博客网 时间:2024/06/16 01:53

第一步:打开GitHub网站:如  https://github.com/ArduPilot/ardupilot.git


第二步:打开Ubuntu控制台如下:


输入:git clone -b ArduCopter-3.1 https://github.com/ArduPilot/ardupilot.git  进行克隆。