Git 克隆指定分支

命令格式

1
git clone -b 分支名 git仓库地址 本地路径

例如:

1
git clone -b src git@github.com:lanlan2017/lanlan2017.github.io.git blogRoot