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

git 同步非master分支

时间:2015-01-28 12:45:28      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:

  • 在本地创建和远程分支对应的分支,使用git checkout -b branch-name origin/branch-name,本地和远程分支的名称最好一致;

  • 建立本地分支和远程分支的关联,使用git branch --set-upstream branch-name origin/branch-name

  • 从远程抓取分支,使用git pull,如果有冲突,要先处理冲突。

git 同步非master分支

标签:

原文地址:http://www.cnblogs.com/mxxhit/p/4255486.html

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