默认情况下,我们clone的是远程master分支的内容,如果需要clone特定远程分支的内容,可以使用如下的指令:git clone -b <branch name> [remote repository address]