Summary
Git in Practice is a collection of 66 tested techniques that will optimize the way you and your team manage your development projects. The book begins with a brief reminder of the core version control concepts you need when using Git and moves on to the high-value features you may not have explored yet. Then, you'll dig into cookbook-style techniques like history visualization, advanced branching and rewriting history each presented in a problem-solution-discussion format. Finally you'll work out how to use Git to its full potential through configuration, team workflows, submodules and using GitHub pull requests effectively.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Git is a source control system, but it's a lot more than just that. For teams working in today's agile, continuous delivery environments, Git is a strategic advantage. Built with a decentralized structure that's perfect for a distributed team, Git manages branching, committing, complex merges, and task switching with minimal ceremony so you can concentrate on your code.
About the Book
Git in Practice is a collection of battle-tested techniques designed to optimize the way you and your team manage development projects. After a brief overview of Git's core features, this practical guide moves quickly to high-value topics like history visualization, advanced branching and rewriting, optimized configuration, team workflows, submodules, and how to use GitHub pull requests. Written in an easy-to-follow Problem/Solution/Discussion format with numerous diagrams and examples, it skips the theory and gets right to the nitty-gritty tasks that will transform the way you work.
Written for developers familiar with version control and ready for the good stuff in Git.
What's Inside
Team interaction strategies and techniques
Replacing bad habits with good practices
Juggling complex configurations
Rewriting history and disaster recovery
0 有用 Josherich 2015-08-03 01:33:13
还口以! 补一些tricks,filter-branch, reflog, assume-unchanged, log, rerere, cherry, submodule, daemon, instaweb
0 有用 说啥呢 2016-07-22 22:26:53
有点干货
0 有用 老伐开心 2016-09-16 23:42:56
结构可以, 但作者写作能力有的时候让人想骂娘, only creates unnecessary confusion, have to do cross-reference from other sources
0 有用 潇洒♪(^∇^*) 2020-12-29 17:31:16
个人感觉本书适合了解一点git但是又不是非常精通的人。 书里开篇讲了一些git的实现细节,之后是一些命令的使用方法,最后写了一些git的best practice和anti-pattern。 对于一个知道一些git还不太精通的人来说,第一部分学到了很多,之后大多是非常基础的,已经知道了的git知识