# git clone -b +分支名+远程仓库地址
git clone -b <branch-name> <remote-url>
git clone 指定单个分支
最新推荐文章于 2024-10-12 11:40:12 发布
# git clone -b +分支名+远程仓库地址
git clone -b <branch-name> <remote-url>