views:

95

answers:

4

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!

+4  A: 
The MYYN
+2  A: 

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

Marco
URL does not seem to be functional?
Milan Babuškov
Links fixed, sorry.
Marco
+4  A: 

Version Control with Git alt text

matli
+3  A: 

I like the pragmatic programmers book on the topic.

brad
I have that one too - it's great for getting started, although I found I outgrew it very quickly.
richj
agreed, it's a very good introduction
brad
Look for other topics on SO about this book, it was not such good I think.
takeshin