How to create a GitHub repository?
Developers can follow these 10 steps to create a GitHub repository:
- Log into the GitHub administrative console
- Move to the GitHub Repositories page
- Click on the green “New” button
- Enter the name of the GitHub repository
- Include a description (optional)
- Choose to make this a public or private GitHub repository
- Add a README (optional)
- Include a .gitignore file for your development framework (optional)
- Choose a fair-use license
- Click the green “Create Repository” button to finish the process
Comments
Post a Comment