Open-Source-GecB / How_to_create_a_repository.

Github Basics - How to create a Github Repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create a repository?

What is a Repository?

A repository contains all of your project's files and each file's revision history. You can discuss and manage your project's work within the repository.

Steps to create a Repository

Step 1 - In the upper-right corner of any page, use the drop-down menu, and select New repository.

Step 2 - Type a name for your repository,and an optional description.

As description is optional you can leave it or write a short description which defines your whole repository

Step 3 - Choose a repository visibility.

Step 4 - Initialize this repoitory with a README File.

Step 5 - Click on button to create your repository.

For more information please go through the documentation :- click here

About

Github Basics - How to create a Github Repository.