直接克隆
git clone https://github.com/gyjx/test.git
指定克隆某个分支
git clone -b dev https://github.com/gyjx/test.git
直接克隆
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