I have never used any version control software before (yes, I know... ;-) and would like to change my evil ways using git. What book would you recommend for the total svn newbie?

I will be using a MBP for django and iOS development and a VMWare XP guest for legacy win32 stuff.

I'm looking not only for information on the usage of git, but also best practices and tips on how to better organize code and projects.

Thanks!

link|improve this question

feedback

closed as not constructive by Bill the Lizard May 22 at 19:49

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

up vote 3 down vote accepted

I like the pragmatic programmers book on the topic.

link|improve this answer
I have that one too - it's great for getting started, although I found I outgrew it very quickly. – richj Aug 31 '10 at 16:24
agreed, it's a very good introduction – brad Aug 31 '10 at 16:27
2  
Look for other topics on SO about this book, it was not such good I think. – takeshin Aug 31 '10 at 21:22
feedback
link|improve this answer
feedback

ProGit Its a very complete book that its worth reading.

This pages can be usefull to you: Git Ready Good for learning an as reference.

GitHub's Help

Git CheatSheet

link|improve this answer
URL does not seem to be functional? – Milan Babuškov Aug 31 '10 at 16:20
Links fixed, sorry. – Marco Aug 31 '10 at 16:23
feedback

Version Control with Git alt text

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.