vote up 11 vote down star
11

Are there any good git tutorials available somewhere, except for the official tutorial?

I like the mercurial book, but haven't found anything similar for git. I would like to start using git in some projects, and would therefore be able to point my colleagues to some good reading material. In this particular case, they are still mostly used to RCS and CVS.

flag

13 Answers

vote up 5 vote down check

Here's an unofficial list.

link|flag
vote up 2 vote down

Related question with a comment linking to a git tutorial and a guide to switching from svn.

http://stackoverflow.com/questions/15636/migrating-to-git#15706

link|flag
That one is OK, but assumes knowledge in Subversion. – matli Oct 8 '08 at 17:40
vote up 2 vote down

Here's a great post with a ton of resources:

Git and Ruby: Git tutorials, articles and links for Rubyists

Even if you're not a Rubyist, there's lots of good stuff in there.

link|flag
vote up 4 vote down

You might like to read Git Magic.

link|flag
vote up 3 vote down

I highly, highly, highly recommend the Git Internals PDF and podcasts from PeepCode. It costs $9 but it does an excellent job of describing how Git works from a fundamental level. Once you understand that, a lot of all the other pieces will make a lot more sense. Whether your moving to Git from SVN, some other VCS, or starting from scratch it's really useful to "get" how Git works under the hood.

link|flag
vote up 7 vote down

You may want to watch screencasts at http://gitcasts.com/.

link|flag
vote up 1 vote down

Also, Pragmatic Version Control with Git will be out in December of this year and, judging from their past books, it should be very good. The beta book is already available at the Pragmatic Programmers website.

link|flag
vote up 2 vote down

There is the Git Community Book by Scott Chacon. It is nowhere near as complete as the Mercurial book though.

link|flag
vote up 0 vote down

OGRE Git Tutorial is an excellent presentation about Git by Bart Trojanowski for the Ottawa Group of Ruby Enthusiasts. Flash as well as OggVorbis video is available along with pdf of slide. It starts from basics, into the innards of Git and then to common work flow and tasks of Git. If you have about 2 hours to spare and want to know all about Git, this is the place. One warning though, it's pretty dense at times and you may want to watch it couple of times over to fully grasp the concepts.

link|flag
vote up 0 vote down

http://use.perl.org/~jdavidb/journal/36220

link|flag
vote up 0 vote down

This is my favorite git tutorial site. It's spectacular.

Git Ready

link|flag
vote up 1 vote down

Video of Randal Schwartz giving google tech talk on GIT

http://www.youtube.com/watch?v=8dhZ9BXQgc4

link|flag
vote up 0 vote down

I've gathered many links about git on my blog: Git resources

link|flag

Your Answer

Get an OpenID
or

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