tags:

views:

158

answers:

4

Hi,

I am new to git, does anyone know a day-to-day usage, easy to understand tutorial for git?

Like hginit for hg? http://hginit.com/

Thank you.

+1  A: 

What about this one here at SO?

Ham
+2  A: 

I like "commit policies" because it give you a good context of the daily Git command usage

alt text

VonC
+1  A: 

Those are more manuals and in-depth books rather than tutorials, but I think you can find some gentle tutorial-like introduction to Git in each of them:

You can find more at documentation page on Git homepage, and on GitDocumentation page on Git wiki.

Jakub Narębski
A: 

The best I know of is http://progit.org/book/

I find that it's an excellent tutorial, but it is a little out of place at times. In either case, use the table of contents well and it'd be an excellent guide.

Matt D