In this section, we’ll set you up for the publishing of your visual. We’ll explain a few key terms that will help understand GitHub and its purpose; we create an account, upload our content, and prepare it for publishing. This will be a gentle introduction to GitHub. If you already have an account and know about repositories, committing, pulling, pushing, merging, and branches feel free to jump on to the Publishing your project on GitHub Pages section.
Hosting your code on GitHub
Making sense of some key terms and concepts
Let’s look at some terminology first. If you are a seasoned Git or GitHub user, feel free to skip this introduction.
This is a very high-level introduction to Git and GitHub, and by...