From the course: Learning Static Site Building with Jekyll

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Set up GitHub

Set up GitHub

From the course: Learning Static Site Building with Jekyll

Start my 1-month free trial

Set up GitHub

- [Narrator] GitHub is an online hosting service for Git repositories. You'll use it to store your project files and to kick off automated deployments. If you don't already have a GitHub account, sign up to create one. I'll login to my existing account. Once you're signed in, click the plus icon on the top right to create a new repository. I like naming the repository after the domain name that I'm planning on using for the site, but you can name it whatever you want. I'll call mine awesomestaticsites.com. Choose public for the repository type and then don't bother initializing it with anything, just go ahead and create the repository. Now you need to push your local Git files up to GitHub. If you haven't done this before, the easiest way to do it is, make sure HTTPS is selected at the top and then under push an existing repository from the command line, just copy the first line here, the git remote add line. I'll copy that to the clipboard. And then in PowerShell, inside of my…

Contents