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.
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.
I like "commit policies" because it give you a good context of the daily Git command usage
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.
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.