Published using Google Docs
102 How To Create Remote GitHub Repository on GitHub.com
Updated automatically every 5 minutes

102 How To Create Remote GitHub Repository on GitHub.com

0) Starting Up

Continue from the previous tutorial, http://php-steps.blogspot.my/2016/02/101-how-to-create-local-github.html .

1) Log into your GitHub account

You should see the green button “+New Repository”.

Alternatively, you can visit your account page eg https://github.com/notarazi and click the Repositories tab. Click the New button.

2) Create a new Project

Type the name “newproject” and click Create Repository.

3) Link your local project to the remote project

You may be required to enter your username and password during this process.


Done.