Search
Go

Shop by category
 
Version Control with Git: Powerful Tools and Techniques for Collaborative Software Development
Email a friendView larger image

Version Control with Git: Powerful Tools and Techniques for Collaborative Software Development

List Price: $34.99
Our Price: $21.06
You Save: $13.93 (40%)
Shipping: Eligible for FREE Super Saver Shipping on orders over $25.
SKU:

I9780596520120

In Stock
Usually ships in 1 business days

Note: Item may be sold and shipped by another company. Learn more.
Product Promotions:
  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit.  Here's how (restrictions apply)
Description:

Version Control with Git takes you step-by-step through ways to track, merge, and manage software projects, using this highly flexible, open source version control system.

Git permits virtually an infinite variety of methods for development and collaboration. Created by Linus Torvalds to manage development of the Linux kernel, it's become the principal tool for distributed version control. But Git's flexibility also means that some users don't understand how to use it to their best advantage. Version Control with Git offers tutorials on the most effective ways to use it, as well as friendly yet rigorous advice to help you navigate Git's many functions.

With this book, you will:

  • Learn how to use Git in several real-world development environments
  • Gain insight into Git's common-use cases, initial tasks, and basic functions
  • Understand how to use Git for both centralized and distributed version control
  • Use Git to manage patches, diffs, merges, and conflicts
  • Acquire advanced techniques such as rebasing, hooks, and ways to handle submodules (subprojects)
  • Learn how to use Git with Subversion

Git has earned the respect of developers around the world. Find out how you can benefit from this amazing tool with Version Control with Git.

Product Details:
Author: Jon Loeliger
Paperback: 330 pages
Publisher: O'Reilly Media
Publication Date: June 11, 2009
Language: English
ISBN: 0596520123
Product Length: 9.1 inches
Product Width: 6.9 inches
Product Height: 0.9 inches
Product Weight: 1.15 pounds
Package Length: 9.4 inches
Package Width: 7.1 inches
Package Height: 0.9 inches
Package Weight: 1.1 pounds
Average Customer Rating: based on 21 reviews
Customer Reviews:
Average Customer Review: 4.5 ( 21 customer reviews )
Write an online review and share your thoughts with other customers.


Most Helpful Customer Reviews

78 of 84 found the following review helpful:

3Dives into the weeds and never manages to rise againJun 02, 2010
By I Feel Fine
This book jumped into the weeds way too fast. Which is good and bad. The label "power user" is appealing and I see the merit in knowing internals. But not with source control. It's a tool. I want to be able to use it productively and quickly and not have to remember MORE THAN two dozen commands. I'm not afraid of branching or merging, but then again, I don't care how these branches and merges are represented as objects on the filesystem.

And that's the problem. This book starts with the assumption that you're interested in the details and will cherish an under-the-hood look. Actually, for me, I really don't care. The details are certain to change. I'm convinced I'll be throwing this book out in a few years because it's outdated. I wouldn't be surprised if Git's hyphenated low level command structure disappears in a few years making this book nearly unusable - these commands are more developer tools than user tools.

With all the negative stuff out of the way, the book does contain a lot of good information. It's easy to read. It hits on a few interesting ideas on managing git. I found no issue following along with the examples - all of them worked fine for me.

39 of 40 found the following review helpful:

3I just want to get work done...Oct 27, 2010
By Damien Hull
The author really knows his stuff. There's a lot of information on how git works. My problem is that I need to get work done. The book tells you how to create a git repository and add files to it. It doesn't do a good job explaining how to put a file back. That's the information I need.

I wish books like this would give you the basics first. Here's how you create a repository. Here's how you add files. Here's how you put a file back if you change or delete it.

That's my two cents.

32 of 37 found the following review helpful:

5Excellent for all experience levelsSep 09, 2009
By orangekay
Out of the current crop of distributed version control systems, Git is by far my least favorite. Unfortunately for me, out of the current crop of distributed version control systems, Git is the only one that I don't have to spend an hour chasing bizarre, nonsensical uncaught Python exceptions every time I upgrade, so it's the one I've been stuck gravitating toward.

Luckily, just about anything I don't like about Git can be customized out of existence, but up until now, figuring out how to go about doing this the right way has always been something of a guessing game. This book starts you off on the right foot and gives you the best practices you'll need to adopt in order to not make a fool of yourself, which is really all you can ever hope for.

Highly recommended to anyone who needs or wants to work with Git, even if you already know what you're doing.

11 of 11 found the following review helpful:

5Great coverage of GitMar 20, 2010
By Kevin Rohrbaugh
I've been using Git for my side projects for nearly a year now, based primarily on knowledge I scraped together through conference sessions, screen-casts and cheat sheets. This is how a lot of people seem to get started with Git, but at some point it becomes necessary to really understand how it's working and what some of the more advanced commands are for.

This book was exactly the right next step for me, moving me from stumbling around in Git to really understanding it. The author accomplishes this by taking the time to cover Git internals and to build on your knowledge as the book progresses. At first, I resisted all the plumbing explanations, since I doubt I'll be contributing to Git itself, but after a chapter or two it becomes obvious that understanding what Git is doing internally is pretty important to understanding how to interact with it. Additionally, the internals are always explained from a layman's perspective and never get so nuanced that they distract from the topic area being covered.

The book is organized so that you slowly build up knowledge of how Git works, with many topic areas sort of split into a basic and advanced chapter. This was a bit annoying at first, but since the more advanced topics require you to understand other aspects of the tool first, it's necessary. As an example, you need to understand diffs, branching and merges before you can worry about patches, and you need to understand branching and merging before you can worry about remotes.

The book also ends with a decent overview of how to use Git with SVN, which is still pretty important given that a lot of organizations will be relying on SVN for quite some time. Unfortunately, this is one of the few areas that could have used a bit more coverage and seemed to lack the basic and advanced topic setup that worked so well for the rest of the book.

It also doesn't provide much in the way of best practices for employing Git, although I don't see this as a weakness. The closest it comes to recommending a strategy to use it with your team is to kind of sketch out how some very high-profile open source projects work with the tool, which is unlikely to directly apply. Fortunately, there's a lot of content on the Web that covers use cases, branching strategies and best practices, so you won't have trouble finding this information elsewhere. The author doesn't take an opinion on such topics, instead focusing on how to make Git do what you want once you've decided on how you want to use it.

In the end, I recommend this book to anybody who has decided that Git is going to be their DVCS and intends to read the book sequentially, cover to cover. If you're still trying to decide between Mercurial, Bazaar and Git, this is probably a lot more information than you want or require. If you're looking for a quick reference, then the progressive structure may leave you scratching your head when jumping around topic areas.

Once you settle on Git, and want to invest the time to build up the conceptual framework you'll need to succeed with it, this book won't disappoint.

22 of 26 found the following review helpful:

5well written; easy to understandJul 14, 2009
By Richard Morin
I found this book to be very well and carefully written. As a technical writer and editor, I'm extremely picky about copy errors, language usage, etc. I was pleasantly surprised to find almost no problems of this sort.

I also found the book remarkably easy to understand. Given the complex and esoteric nature of the topic matter, this is quite an accomplishment! In summary, I would recommend this book highly as an introduction and reference to Git.

See all 21 customer reviews on Amazon.com
About Us   Contact Us
Privacy Policy Copyright © , Security Books. All rights reserved.
Web business powered by Amazon WebStore