赞
踩
1.下载主分支代码
git clone 代码ssh地址
2.当不需要下载所有的代码,而只需要下载某一个分支的代码
git clone -b 分支名称 --single-branch 代码ssh地址
假设该分支名称为feature/algorithm,代码地址为 ssh://git@git.company.com/data/ml.git
git clone -b feature/algorithm --single-branch ssh://git@git.company.com/data/ml.git
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。