GitHub New Repository
A repository contains all of your project’s files You can own repositories that can be owned by you or shared with your team members.
-
Signup and create GitHub account (if you didnt already did)
-
Log in your GitHub Account
-
Click on + icon next to your profile picture at the top right corner of the window, then select New repository. as in the following screen:

-
Fill in the repository name, repository description, the repository visibility either public or private, then press on Create repository (we recommend starting by private of you are not sure)
you can initialize the repository with README.md file where you add a description of your project, and .gitignore where you put the files that you don’t want to be tracked.
|

-
Finally, your repository is now created, you should see something like this:
