书籍 Pro Git (Second Edition)的封面

Pro Git (Second Edition)

Scott Chacon

出版社

Apress

出版时间

2014-11-09

ISBN

9781484200773

评分

★★★★★

标签

编程

书籍介绍

Scott Chacon is a cofounder and the CIO of GitHub and is also the maintainer of the Git homepage ( git-scm.com ) . Scott has presented at dozens of conferences around the world on Git, GitHub and the future of work.

Ben Straub is a developer, long time contributor to Libgit2, holder of a Masters degree, international speaker and Git teacher, avid reader, lifelong explorer, and student of the art of making fine software. He lives with his wife and two children in Portland, Oregon.

目录
1. Getting Started
1.1 About Version Control
1.2 A Short History of Git
1.3 Git Basics
1.4 The Command Line

显示全部
用户评论
= =
from 20161228 to 20170105: 对照着中英文版本进行阅读,只看了前三章,不愧为官方推荐教程,对于Git的方方面面都做了详尽的论述,尽可能最大程度地解释清楚相应功能背后的实现原理。这里给出Git零基础学习者一个最佳实践:廖雪峰Git教程+《Pro Git》前三章,研读完这两部分应该就掌握了Git的八成内容,剩下的在工程实践中如有需求再来翻翻也不迟。总体说来是一本好书,如果你想把Git用好用精,这本书一定非读不可哦。
全面介绍git, 版本控制的第一本书
非常完备的git学习资料
只看了前三章,是个很不错的git入门资料。
chapter1-5 值得读,介绍git和github基本用法和场景。然后直接读chapter10就好了,了解git一些底层原理。 chapter6-9作为一本书不值得读,因为里面很多情况很特殊,一些命令大部分使用者很少用到,对git的理解帮助也不大。给个三星差不多了。搞不懂为什么分这么高。
读了前一半
没错我在官网读的。还有mobi版本。还差一点点没有读完。难道就要一直是在读的状态了么。2020-05-17又拾起来了
git真的是一个很不错的发明!虽然之前自己一个人用了几年,但都不过是作为云同步平台罢了,近期接触到分支等方面的需求才开始细细关注之。目前读了前五章,感觉已经完全够用了!