Git操作之克隆某一个特定的远程分支

来源:互联网 发布:mmd走路动作数据下载 编辑:程序博客网 时间:2024/06/07 15:02

命令如下:

git clone -b <branch name> [remote repository address]

主要就是在clone的时候,后面添加branch的信息。

0 0
原创粉丝点击