git拉取指定分支的代码 #常用的方式1:会拉取到master分支代码 git clone https://xxx.git #方式2:git拉取远程指定分支下代码(-b 分支名称) git clone -b dev https://xxx.git