Git
Pro Git (Second Edition) 豆瓣
9.2 (10 个评分) 作者: Scott Chacon / Ben Straub Apress 2014 - 11
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.
2019年10月21日 已读
从今年这个课程安排和各种其他安排来看要用到的地方太多了 光会add -> commit -> push实在是不够了=口=
Oct 21, 2019 Update: 不错的Git进阶书籍
推荐阅读章节:Git Basics, Git Branch, Git Internals。
Git Branch一章非常详细地剖析了branch和rebase的本质,并且对如何使用它们提出了指导,非常有价值;而Git Internals则概括了Git作为一个版本控制系统的底层实现(虽然我是不懂Ruby)
Git on the Server对于大多数人来说可能没有什么用—毕竟大家现在都采用第三方(GitHub, GitLab)托管代码了,所以GitHub一章可以不读。其余章节则可根据自己的需要阅读。
Git 程序设计与开发工具 英文原版 计算机科学