首页 > 其他 > 详细

manage branch

时间:2017-10-08 16:37:54      阅读:321      评论:0      收藏:0      [点我收藏+]

1.  cultivate branch, doing commiting operation on branch what was called cultivateing branch;

2.  if we create many branches, can develop multiple functions in the case of each other without affecting

3. topic branch, achieve a single feature on the branches

4.the role of a stable branches is usually played by master

5. merge branch                       git merge

6. head           points to the latest submission of the pointer in the current branch

7. git log --graph  output the log in the form of a chart

8. git reset  retrospect history version

9. conflict delete one of  the two

10. git commit --amend  modify the previous submission

11. git rebase -i compressed history submission

12. 

manage branch

原文:http://www.cnblogs.com/1915884031A-qqcom/p/7637745.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!