git拉取远程分支


git fetch 远程仓库 想要的分支


git checkout -b 新分支 远程仓库/想要的分支


git pull 远程仓库 新分支

posted @ 2021-07-01 17:39  Gdavid  阅读(181)  评论(0编辑  收藏  举报