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

命令以下: git

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

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

相关文章
相关标签/搜索