标签:创建 out ranch post 远程分支 本地 pos check 没有
git fetch origin branchname:branchname
可以把远程某各分支拉去到本地的branchname下,如果没有branchname,则会在本地新建branchname
git checkout origin/remoteName -b localName
获取远程分支remoteName 到本地新分支localName,并跳到localName分支
标签:创建 out ranch post 远程分支 本地 pos check 没有
原文地址:http://www.cnblogs.com/hustdc/p/6531535.html