Git

学习Git

1. Open mind .这样才不会墨守陈规,才可以好奇心,接受新观点,新方法,尝试不一样,创新。跑题了。

2. Learn tool in serious.  When you learn complex machine, you need and couch , take time ,spend effort to master it. So It is to learn new software tool.

3. Use the tool correct and efficiency.  Read the official document and tutorial with community.

4. Practice.   book + practice.  tool come from the mental model, so learn the concept , idea, or model behind the tool before.

5. Share it with community.   It will make you understand the tool much more deeply. 

Git :

Doc: http://progit.org/book/

Difference for merge and rebase:     http://www.jarrodspillers.com/2009/08/19/git-merge-vs-git-rebase-avoiding-rebase-hell/ ( see the first comment)

webinfo:  http://blog.longwin.com.tw/2009/05/git-learn-initial-document-2009/

Content:

1. Install git

2. Work with git in local

3. Work with git in branch

4. Work with git in remote branch

5. Git collabration model in open source.

6. Github

7. CI integration baseon github.

8. P4-git 

原文地址:https://www.cnblogs.com/zhyg6516/p/2297543.html