Product Details
Pragmatic Version Control Using Git: 1 (Pragmatic Starter Kit)

Pragmatic Version Control Using Git: 1 (Pragmatic Starter Kit)
By Travis Swicegood

List Price: £26.99
Price: £13.87 & eligible for FREE Super Saver Delivery on orders over £5. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

38 new or used available from £10.99

Average customer review:

Product Description

Whether you're making the switch from a traditional centralized version control system or are a new programmer just getting started, this book prepares you to start using Git in your everyday programming.

Pragmatic Version Control Using Git starts with an overview of version control systems, and shows how being distributed enables you to work more efficiently in our increasingly mobile society. It then progresses through the basics necessary to get started using Git.

You'll get a thorough overview of how to take advantage of Git. By the time you finish this book you'll have a firm grounding in how to use Git, both by yourself and as part of a team.

  • Learn how to use how to use Git to protect all the pieces of your project
  • Work collaboratively in a distributed environment
  • Learn how to use Git's cheap branches to streamline your development
  • Install and administer a Git server to share your repository


  • Product Details

    • Amazon Sales Rank: #24280 in Books
    • Published on: 2008-12-28
    • Original language: English
    • Number of items: 1
    • Binding: Paperback
    • 190 pages

    Editorial Reviews

    About the Author
    Travis Swicegood is part of the AppDev team at Ning helping to build the platform that lets you create a social network. He's been programming professionally for nearly a decade, but would still be doing it for fun even if he was selling cars for a living.

    He is actively involved in the development of several open-source automation tools in the PHP community, including several testing frameworks. He is also an active member of his local programming community, founding Lawrence Programmers. When not learning new programming languages or tools, he's normally found on one of his many bikes, tasting his latest culinary creation, or experimenting with a new home brew.


    Customer Reviews

    Essential introduction and reference for Git5
    Git is an immensely versatile set of tools which can add so much more to your development process than a centralised SCM like Subversion.

    Before I read this book, however, I'd been using Git for about a year and still had not moved very far from the old workflow I'd followed with Subversion.

    Reading Pragmatic Version Control Using Git gave me a better understanding of some of the commands I'd already been using, and also of those I hadn't yet used. I've now significantly expanded the repertoire of Git commands in my daily development. For me, Git is no longer just a version control tool, but a power-tool for agile development, experimentation and hacking.

    Like many others in the Prag Prog series, the book follows a narrative style based around an example development project, the repository for which is available from GitHub. This didn't slow me down through the bits I already knew, however, since the repository for each individual chapter is available separately.

    In the Appendices is also a reference of common Git command usages, so the book's usefulness will continue long after you've finished your first reading.