git clone 指定分支 拉代码
1.git clone 不指定分支
git clone http://10.1.1.11/service/tmall-service.git
2.git clone 指定分支
git clone -b dev_jk http://10.1.1.11/service/tmall-service.git
命令中:多了一个 -b dev-jk,这个dev_jk就是分支,http://10.1.1.11/service/tmall
-service.git为源码的仓库地址
原文地址:https://www.cnblogs.com/tangda/p/12275108.html
时间: 2024-11-05 22:46:12