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

Git

时间:2014-10-09 00:33:37      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   os   sp   c   on   r   bs   


 
 1. 获取项目(克隆): Git repository:
        git clone -b develop ssh://git@ ip+端口 /wuxi-biosciences.git
 2. 新建分支 :git checkout -b 分支名称
    切换分支 : git checkout 分支名称
    查看分支:  git branch
    删除分支:  git branch -d 分支名称
 3.
    分支下面只能    commit -a -m "注释"    
    然后切到主分支,git checkout 主分支名
    更新到develop: git pull origin 主分支名
    合并到主分支且  commit:git merge --no-ff  分支名称
    提交主分支的修改  git push

Git

标签:style   color   io   os   sp   c   on   r   bs   

原文地址:http://www.cnblogs.com/legend-song/p/4011571.html

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