Git and GitHub are some of the most popular tools for version control. Here’s an example of how they work:
To get started with GitHub, you’ll need to make an account by clicking here.
Enter your email, then create a cool username and secure password. Once your account has been created, you should see a page like this:
GitHub Desktop is a useful app built by GitHub that allows you to stage, commit, and push changes to GitHub with just a few button clicks. Because version control is usually handled with command-line apps (lots of typing!), this is a great introduction to how it works without needing to learn more code.
Click here to download GitHub Desktop, then open it and sign in with the GitHub account you just created.
Another really cool feature of GitHub isย GitHub Pages, which is a super easy way for us to publish our websites on the internet for everyone to see. We’ll talk more about how to publish our websites using GitHub pages in a future section.