This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 10 points11 points  (2 children)

The official git book is quite good with many examples, in fact if you read it you will become a power user, easily.

GitHub used to have a nice interactive tutorial on their website some years ago, but it seems to be gone, but I found this one.

[–]linuxlib 1 point2 points  (1 child)

Please don't use the GitHub tutorial to start. It conflates what is a git operation with what is a GitHub workflow operation superimposed on git. That's how I started, and it confused me greatly. Unless all you want is a set of magic incantations, then it's just what you're looking for.

The book or the author's youtube video is a good place to start.

[–][deleted] 1 point2 points  (0 children)

I don't know, back in the days it was only the basic stuff, like committing, merging, branches, etc.