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