How to create a GitHub repository?
Sign in to GitHub:
- Open GitHub and sign in to your account.
Create a New Repository:
- On the top right corner, click on the '+' icon and select "New repository."
- Alternatively, click on your profile picture on the top right corner, select "Your repositories," and then click the green "New" button.
Fill in Repository Details:
- Enter a name for your repository.
- Add an optional description to provide more context.
- Choose whether it's a public or private repository (public repositories are visible to everyone).
Initialize with a README (Optional):
- You can choose to initialize the repository with a README file. It's helpful for providing information about your project.
Choose Other Options (Optional):
- You can add a .gitignore file (specifies intentionally untracked files) and choose a license for your project.
Create Repository:
- Click the "Create repository" button.
Comments
Post a Comment