GitHub: A Beginners Guide

New to GitHub? Check out this user guide:

1 Like

Wonderful resource for gitting started. I’ll say that one of the most powerful aspects of git is the ability to have multiple collaborators on the same project, and have multiple people all merge their changes (commits) back to the main branch. Works (almost) like magic. The concept of branches and commits within a project works the same, no matter who makes them. One can get down deep into a rabbit hole about moving/merging changes between branches and the many possibilities that exist (git diff is your friend!), but if you need to collaborate on a project, you shouldn’t even consider doing it without using git.

Nice and engaging guide.

2 Likes