Create Github Repositories

Execution sequence

  1. From the main interface of your Github account
  • Click on your avatar in the top right corner, then select Your Profile

REPO

  1. We will redirected to the Github User page
  • Select Repositories

REPO

We will create 3 repositories for the next steps
3. Create Repository for Single Page

  • Select New

REPO

  • In the Create a new repository page
    • In the Repository name field, enter <github_account>.github.io (with <github_account> is your Github account’s username).
      In this case, I’ll use nhdinh39.github.io
    • In the Description field, enter This is the repository for Single Page
    • Click Create repository

REPO

  1. Create Repository for Multiple Pages
  • Return to the Github User page, then select Repositories
  • Select New

REPO

  • In the Create a new repository page
    • In the Repository name field, enter workshop1
    • In the Description field, enter This is the repository for Multiple Pages
    • Select Create repository

REPO

  1. Create Repository for Multiple Pages with CI/CD
  • Return to the Github User page, then choose Repositories
  • Select New

REPO

  • In the Create a new repository page
    • In the Repository name field, enter workshop2
    • In the Description field, enter This is the repository for Multiple Pages with CI/CD
    • Select Create repository

REPO

  1. Completing the creation of 3 Repositories

REPO