git拉取远端分支

1.先获取远端分支列表

git  remote -v

2.切换并拉取远程分支

git checkout -b mybbr remotes/aosp/bbr 



你可能感兴趣的:(git拉取远端分支)