git下载某分支下面的代码

git clone -b branchname https://github.com/xxx/xxx.git

命令格式如上,-b后面接分支名,最后是git地址。

posted @ 2022-06-16 19:06  11111ghm  阅读(570)  评论(0)    收藏  举报