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

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

时间:2017-08-29 23:02:28      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:创建   local   remote   branch   checkout   fetch   git fetch   拉取   没有   

git fetch origin branchname:branchname

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

 

git checkout origin/remoteName -b localName

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

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

标签:创建   local   remote   branch   checkout   fetch   git fetch   拉取   没有   

原文地址:http://www.cnblogs.com/qianxinxu/p/7450545.html

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