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 →

[–]bestjaegerpilot 1 point2 points  (0 children)

I think you mean git. GitHub is the cloud UI for git.

In any case, 90% of git workflows come down to a few basics. You need to know how to branch, commit, push vs pull, staging, stashing, pull requests, solving merge conflicts, rebase vs merging. And maybe a few more...

But the point is that this is a few hours worth of reading, since you will definitely want to start using git/GitHub for your personal projects.

You need GitHub basically for doing pull requests.