Pro Git

Pro Git

作者:Scott Chacon

出版社:Apress

出版年:2009-8-27

评分:9.1

ISBN:9781430218333

所属分类:行业好书

书刊介绍

内容简介

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 acr...

(展开全部)

精彩摘录

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

——引自章节:git分支


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

——引自章节:git分支

相关推荐

微信二维码