Create a Repository in Github
- Open Github and login to your account.
- In the upper-right corner of any page, you can find the ➕ drop-down menu, 🖱️ use it and select New repository.
3. ⌨️ Type a Relevant name for your repository. For example, “new-repository” and make sure that the repository name is not used before as your previous repository name.
4. Optionally, ⌨️ add a meaningful description of your repository. For example, “This is my first repository in GitHub.”
5. When you create a repository, you can 🖱️ choose to make the repository public or private.
Public repository: If the repository is public then, anyone on the internet can see this repository.
Private repository: If the repository is private then only they can see this repository whom you choose.
6. 🖱️ Select Add a README file to initialize this repository.
7. 🖱️ Select Create repository button to complete the creating of repository.
🎉 Congratulations! You’ve successfully created your first repository, and initialized it with a README file.