赞
踩
git fetch origin 拉取远端所有分之提交 git fetch origin master:dev 拉取远端分支到本地分支dev git branch -a 查看拉取到本地的分支列表 git checkout -b dev origin/dev 创建本地分支dev