码迷,mamicode.com
首页 > 其他好文 > 详细

git拉取远程分支到本地分支或者创建本地新分支

时间:2017-03-10 17:37:11      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:创建   out   ranch   post   远程分支   本地   pos   check   没有   

git fetch origin branchname:branchname

可以把远程某各分支拉去到本地的branchname下,如果没有branchname,则会在本地新建branchname

 

git checkout origin/remoteName -b localName

获取远程分支remoteName 到本地新分支localName,并跳到localName分支

git拉取远程分支到本地分支或者创建本地新分支

标签:创建   out   ranch   post   远程分支   本地   pos   check   没有   

原文地址:http://www.cnblogs.com/hustdc/p/6531535.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!