Pragmatic Guide to Git
Author: Travis Swicegood
Publisher: Pragmatic Bookshelf, 2010
Pages: 160 pages
ISBN: 978-1934356722
Aimed at: Newcomers to GIT for version control
Rating: 5
Pros: Excellent practical introduction
Cons: Stops short of advanced topics
Reviewed by: Ian Elliot

My only complaint about this book is that I didn't find it sooner.

Author: Travis Swicegood
Publisher: Pragmatic Bookshelf, 2010
Pages: 160 pages
ISBN: 978-1934356722
Aimed at: Newcomers to GIT for version control
Rating: 5
Pros: Excellent practical introduction
Cons: Stops short of advanced topics
Reviewed by: Ian Elliot

My only complaint about GIT is that I wish it had a name that didn't make me smirk and my only complaint about this book is that I didn't find it sooner.

In case you don't know what GIT is I'd better tell you, before reviewing a book on the subject, that it is an open source version control system designed and implemented by Linus Torvalds - yes that Linus Torvalds the man who gave us Linux. There are people out there who will argue that GIT is actually his greater achievement - but who knows as he is still quite young.

This is a very short and to the point introduction to GIT. It does a very good job outlining the structure of GIT and demonstrating how to achieve the basic operations - yes it really does deserve the "Pragmatic" in the title.

Banner

It starts off with a quick look at the history of GIT, design philosophy and how to  get started (including installation). The second section goes over basic operations - creating a repository, moving files, seeing what has changed. The third part moves on to consider more advanced organisational principles - creating branches, viewing branches and so on. From here things get increasing oriented towards the "bigger picture". Section Four is about working with a team, Five revisits branching and Six deals with managing the history. Section Seven deals with what to do when things go wrong and the final section goes beyond the basics - but not very far (it does include a short section on syncing with Subversion). As well as how to use GIT there are also lots of asides that are more about methodology - don't keep changes to yourself, commit often, etc.

If you want to know what GIT has to offer then read the first few sections to get the general idea and simple use of the system. It will also be useful as a reference once you decide to make use of it. One warning is that it isn't an advanced book but it does provide lots of links to the web where you can follow up topics in more depth.

This short book convinced me that GIT was the way to go and got me up and running in no time - what more recommendation can a "pragmatic" book hope for?


Banner


Modern Software Engineering (Addison-Wesley)

Author: David Farley
Pages: 256
ISBN: 978-0137314911
Print:0137314914
Kindle: B09GG6XKS4
Audience: Software Engineers
Rating: 3.5
Reviewer: Kay Ewbank

This book is subtitled 'doing what works to build better software faster' - does it teach you how to achieve that?



SQL Query Design Patterns and Best Practices

Author: Steve Hughes et al
Publisher: Packt Publishing
Pages: 270
ISBN: 978-1837633289
Print: 1837633282
Kindle: B0BWRD7HQ7
Audience: Query writers
Rating: 2.5
Reviewer: Ian Stirk

This book aims to improve your SQL queries using design patterns, how does it fare? 


More Reviews

Last Updated ( Thursday, 13 January 2011 )