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

git 分支管理

时间:2017-12-23 14:16:55      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:pos   com   class   ret   add   rap   切换   post   one   

1. 创建分支;

    git branch name   

2. 查看分支;

    git branch 

3. 切换分支;

    git checkout name

4.创建并切换分支;

    git checkout -b name

5.合并分支;

    git merge name

6.删除分支;

    git branch -d name


7. 合并冲突解决;

  手动修改后 add  commit

  使用 $git log --graph --pretty=oneline --abbrev-commit 查看合并情况图

  --graph 图表;

  --abbr-commit   log的缩写;

  

    

 

 

 

    

git 分支管理

标签:pos   com   class   ret   add   rap   切换   post   one   

原文地址:http://www.cnblogs.com/webmans/p/8093103.html

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