Pro Git

本网站不提供下载链接,喜欢看书的朋友请关注公众号:【lennylee的碎碎念】(lennyleede),首页回复:授人以渔,自动获取搜索资源的方法。

内容简介:

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.

* A book by Git experts to turn you into a Git expert

* Introduces the world of distributed version control

* Shows how to build a Git development workflow

What you’ll learn

* Use Git as a programmer or a project leader.

* Become a fluent Git user.

* Use distributed features of Git to the full.

* Acquire the ability to insert Git in the development workflow.

* Migrate programming projects from other SCMs to Git.

* Learn how to extend Git.

This book is for all open source developers: you are bound to encounter it somewhere in the course of your working life. Proprietary software developers will appreciate Git’s enormous scalability, since it is used for the Linux project, which comprises thousands of developers and testers.

作者简介:

Scott Chacon is a Git evangelist and Ruby developer employed at Logical Awesome working on GitHub.com. He is the author of the Git Internals Peepcode PDF as well as the maintainer of the Git homepage and the Git Community Book. Scott has presented at RailsConf, RubyConf, Scotland on Rails, Ruby Kaigi, OSCON and a number of local groups and has done corporate training on Git across the country.

原文摘录:

如果顺着一个分支走下去可以到达另一个分支,git合并时只会简单地把指针前移,因为没有什么分歧要解决,这个过程叫Fast forward (查看原文)

随候鸟南飞
2赞
2012-03-02 19:54:24

—— 引自章节:git分支

衍合按照每行改变发生的次序重演发生的改变,而合并是把最终结果合在一起。 (查看原文)

随候鸟南飞
2赞
2012-03-02 19:54:24

—— 引自章节:git分支