top of page
Git Tutorial
Create A GitHub Repository
How To Create A GitHub Repository ?
To create a Repository on GitHub, follow below steps :
Log in to a GitHub account from the given link : https://github.com/login
On profile dashboard, click on 'Create repository' button of the left panel.
![](https://static.wixstatic.com/media/3bc9da_a1b701211308405ca2861a98aecb4c9b~mv2.png/v1/fill/w_980,h_491,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/3bc9da_a1b701211308405ca2861a98aecb4c9b~mv2.png)
Enter repository name(I named it as FirstRemoteRepository).
As for now, I'm keeping my repository private, you can choose either of them.
Now click on Create repository.
![](https://static.wixstatic.com/media/3bc9da_18007299fcb94c09abcb77a9eb1017c4~mv2.png/v1/fill/w_980,h_493,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/3bc9da_18007299fcb94c09abcb77a9eb1017c4~mv2.png)
Repository has been created now.
Refer next page Connect Remote Repository To Local Repository
bottom of page