git如何拉取指定分支的代码

193 阅读1分钟

使用git命令拉取 命令:git clone -b develop XXX 其中develop就是分支的名称