1、clone新的分支到本地
命令:
git clone -b "your project name" git@host:~/module-ads-image-classifier.git
(注: module-ads-image-classifier 为已存在的项目名,"your project name"为拷贝的分支,如果拷贝整个项目,则不需要该-b参数)
若已存在本地分支
git clone -b "your project name" git@host:~/module-ads-image-classifier.git
(注: module-ads-image-classifier 为已存在的项目名,"your project name"为拷贝的分支,如果拷贝整个项目,则不需要该-b参数)
若已存在本地分支