How to create a GitHub repository?

 Developers can follow these 10 steps to create a GitHub repository:



  1. Log into the GitHub administrative console
  2. Move to the GitHub Repositories page
  3. Click on the green “New” button
  4. Enter the name of the GitHub repository
  5. Include a description (optional)
  6. Choose to make this a public or private GitHub repository
  7. Add a README (optional)
  8. Include a .gitignore file for your development framework (optional)
  9. Choose a fair-use license
  10. Click the green “Create Repository” button to finish the process

Comments