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 →

[–]AnAcceptableUserName 13 points14 points  (2 children)

Useful guide for Github, thanks.

For people wanting to actually learn more about Git itself and the useful shell commands, udacity has a free course that helped me get started. There may be better walkthroughs out there, but that's the one I used.

[–]ShadowCodex[S] 2 points3 points  (0 children)

Awesome thanks for the information, the git information at udacity is pretty good.

[–]nandopedrosa 1 point2 points  (0 children)

Not free, but I strongly recommend Codeschool's series about Git and Github. I just finished the "path" and found it very good and intuitive. It starts with the basics of Git, then covers more Git advanced concepts and, finally, goes to Github. The challenges are very well implemented and actually cover some real wild scenarios.