Create a repository
Follow the steps below to create a repository in Github
Once account creation is done, github will redirect you to dashboard.
Click on the New button on the left panel.
Fill up the name for your repository/project.
Select Public / Private for your repository.
Initialise this repository with a README ( recommend ).
Select the programming language for .gitignore ( recommend ).
Once the repository is created, the page will redirect you to the repository page.
There is a link with the similar format below, copy the link.
Back to your workstation, open your command prompt / cmder / terminal. Run the following command the clone the repository from github.
The github project will be created in your workstation, a master branch will be created once the github repository is initialised.
Last updated
Was this helpful?