【git】之clone(克隆)

直接克隆

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

指定克隆某个分支

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

 

 

原文地址:https://www.cnblogs.com/gyjx2016/p/6782647.html