Search
Go

Shop by category
 
Pro Git
Email a friendView larger image

Pro Git

List Price: $34.99
Our Price: $19.86
You Save: $15.13 (43%)
Shipping: Eligible for FREE Super Saver Shipping on orders over $25.
SKU:

ACOM-INT_book_usedgood_1430218339

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:

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

Who this book is for

This book is for all open source developers: you are bound to encounter Git 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.

Table of Contents

  1. Getting Started
  2. Git Basics
  3. Git Branching
  4. Git on the Server
  5. Distributed Git
  6. Git Tools
  7. Customizing Git
  8. Git and Other Systems
  9. Git Internals
Product Details:
Author: Scott Chacon
Paperback: 288 pages
Publisher: Apress
Publication Date: August 27, 2009
Language: English
ISBN: 1430218339
Product Length: 7.5 inches
Product Width: 9.2 inches
Product Height: 0.7 inches
Product Weight: 1.1 pounds
Package Length: 9.92 inches
Package Width: 7.72 inches
Package Height: 0.94 inches
Package Weight: 1.37 pounds
Average Customer Rating: based on 38 reviews
Customer Reviews:
Average Customer Review: 4.5 ( 38 customer reviews )
Write an online review and share your thoughts with other customers.


Most Helpful Customer Reviews

25 of 26 found the following review helpful:

4Good BookJan 05, 2010
By Andrei Mouravski
I began reading Pro Git, by Scott Chacon, after having already used Git in a
large team-based project. Due to this, I was afraid I would get bored of the
book very easily since I had already learned a decent amount of the material.
This was most assuredly not the case. Chacon has done an excellent job in
writing a book that serves as an excellent beginners guide and a quick reference
at the same time.

The first part of the book is devoted to looking at multiple version control
systems along with a history of version control. Chacon also makes it very
easy to set Git up in a number of environments so that you can get started right
away. The first half of the book is dedicated towards basics of the
system, advanced features, such as rebasing, and setting up a remote server for
git. The next half of the book contains a wealth of knowledge regarding best
practices when using Git, additional tools and configuration options, and
finally, nitty-gritty details on how Git works under the hood.

My biggest complaint would have to be the fact that the material on using Git
remotely is scattered in a couple different parts of the book. This makes it
slightly difficult to find specific information regarding remote work.

Overall, Chacon did an excellent job with Pro Git. After reading this book I
was able to easily fill in the holes in my knowledge and felt significantly more
comfortable maintaining a Git system for personal and team projects.

24 of 25 found the following review helpful:

5best visual explanations of git concepts and methodologySep 22, 2009
By M.S. "mtin"
i read through all the other git books to this date and i came to the conclusion that this is the best as far as visual explanations of the git concepts and methodology is concerned. my colleagues had the same "aha" experience as i after reading through this book, as we were all suffering from a not so clear picture of how git actually branches, merges and treats remote repositories.
i can highly recommend it!

21 of 24 found the following review helpful:

4Excellent companion to GitSep 21, 2009
By J. P. Mens
Scott Chacon is one of the guys behind github -- a hosting site for projects managed by Git distributed version control system. As such, Scott is extremely competent in all things Git, and he wrote a book (or should I say the book) on Git. The book is called Pro Git. I've been using Git for some time now, so I couldn't wait to get my hands on a printed copy of the book. (I'm old-fashioned that way -- I prefer reading paper books.)

Pro Git is published by Apress. On 250 odd pages, Scott manages to bring Git across in a very vivid way. Lots of sample sessions and a huge number of figures make Git come alive and fun to use! (Only at one point while reading the book, did I think: "why is he telling me that?", but it can't have been too bad, because upon writing this, I can't find the place.)

Pro Git starts off easily enough, but it does so at a fast pace, for which I was grateful: you get past the basics on page 45, which means the book gets you set up quickly, so that you can start taking Git for a spin.

Chapter 3 is called "Git Branching", and the thirty pages explain all you ever wanted to know (as well as all you never wanted to know ) about branching. This part is hardcore, but Scott explains this with lots of diagrams, making it easier for us to follow.

One of the best chapters in the book, for me, is called "Git on the server". Scott explains the different methods of setting up Git so as to be able to collaborate.

If you use Git or intend to (and I'd certainly recommend you look at it), I very warmly recommend Scott Chacon's Pro Git: it's the best companion you'll have for Git.

7 of 7 found the following review helpful:

5Best practical book on gitApr 15, 2010
By J. Gullingsrud "justinrocks"
This book succeeds at getting you ready to actually use git in your daily work. It's not a regurgitation of the online docs; it's not a developer's guide written to impress you with the elegance of the implementation. Its main focus is to give the reader practical tips on deploying git in various scenarios. I was familiar with git from having read the O'Reilly book and dabbling a bit, but Pro Git really helped me get over the "activation barrier" and start using it in my own projects.

5 of 5 found the following review helpful:

5Excellent BookApr 08, 2010
By J. Bruni
I am a web developer working remotely. I am used to work with Subversion, but wanted to learn Git. The guides and tutorials I found in the web were either too simple or too complex. Until I found the online version of "Pro Git". After being delighted with the first two chapters, and tired of reading on screen, I decided to buy the book. And I am very happy with it!

This book provided the information I wanted, in a perfect rythm - Scott does not waste our time - he provides useful information on every page, and his explanations are extremely well written. Thanks a lot!

Also, the topics and their order are perfect. In chapter 1 and 2, only 45 pages, you learn to use Git, as you may already use Subversion. Chapter 3 is brilliant - it is where Scott explains Git branching - how it works and how you use it. It is also where the power of Git is revealed - and why you should change your version control system to it, if you can.

All the "mistery" terms around Git, like "origin", "master", "push", "pull", "remote", "rebase" are not misterious anymore. You are able to understand their meaning, and not only how to use the commands, but also why, and all the "logic" involved.

Git helps us to do complex things in simple ways - this complexity requires some learning. It is not like software that you can use reading "man" page or a simple tutorial. The "Pro Git" book is a very good resource to get up and running with Git, knowing and understanding very well what you are doing.

I thank the author and recommend this book.

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