首页 > 技术文章 > 【git】之clone(克隆)

gyjx2016 2017-04-28 17:40 原文

 

直接克隆

 git clone  https://github.com/gyjx/test.git

 

指定克隆某个分支

 git clone -b dev https://github.com/gyjx/test.git

 

 

推荐阅读