tags:

views:

201

answers:

7

Watched Linus on Youtube talk about Git at Google dated a few years back, it was humorous and entertaining.

I am finding more and more github projects and for me I think it's time for me to pick it all up.

I am looking for recommendations for reading to get started with Git! I want to get up and running and hopefully contributing to some OS projects!

+3  A: 

You should try Pro Git.

Jookia
+4  A: 

Great Question! I wonder why I can not find any other questions like this on Stackoverflow. Here the list of what I used to learn about git:

erikb
+3  A: 

Personally, I found that my comfort level and understanding of git made a major leap forwards when I read "Git from the Bottom Up" even though I had read "Pro Git", "Git for Computer Scientists" and several other resources already.

Aaron
+1 for Git from the Bottom Up
takeshin
+3  A: 

I'd recommend subscribing The git tag feed on StackOverflow, and reading the past questions, like the most voted on aforementioned list:

Git for beginners: The definitive practical guide - Stack Overflow

You can also search SO for [git] undo to learn few nice tips.

takeshin
A: 

Short tips on git at 365Git

(I'm the one who writes it, though.)

Abizern
A: 

There's a good podcast by Tom Preston-Werner, Chris Wanstrath, and Scott Cachon on, "Social Coding and GitHub." Tom Preston-Werner's portion, in particular, was a pretty good introduction to git.

The podcast was part of the YUI Theater series of podcasts, with which I am not affiliated. Tom Preston-Werner and Chris Wanstrath are the co-founders of GitHub.

Stephen Harmon