Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.54 KB

creating_repo.md

File metadata and controls

23 lines (17 loc) · 1.54 KB

Creating a GitHub Repository

  1. Create A Github Account (if you haven't signed up yet)

    Create a new account On GitHub - GitHub Docs
  2. After successfully setting up GitHub account login to your account. You will see the screen as below.

    Homepage of Github
  3. In the upper-right corner of any page, use the drop-down menu, and select New repository.

    New Repository Icon
  4. Type a short, memorable name for your repository. For example, "hello-world".

    Naming a Repository
  5. Optionally, add a description of your repository. For example, "My first repository on GitHub."

    Adding Description
  6. Choose A Visiblity Mode

    Visiblity Selection
  7. Select Initialize this repository with a README.

     Adding a readme
  8. Click Create repository.

    Create-the-repository