Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions courses/github/create-a-github-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To get started with GitHub, you need to create a GitHub account. If you already

2. Enter your email address, choose a username, and create a password.

<BrowserWindow url="https://github.com" minHeight={300} bodyStyle={{ padding: 0 }}>
<BrowserWindow url="https://github.com" bodyStyle={{ padding: 0 }}>
![Create Account](img-2.png)
</BrowserWindow>

Expand All @@ -31,13 +31,13 @@ To get started with GitHub, you need to create a GitHub account. If you already

You will receive an email from GitHub with a link to verify your email address. Click on the link to verify your email address.

<BrowserWindow url="https://mail.google.com/mail/u/..." minHeight={300} bodyStyle={{ padding: 0 }}>
<BrowserWindow url="https://mail.google.com/mail/u/..." bodyStyle={{ padding: 0 }}>
![Verify Email](img-3.png)
</BrowserWindow>

5. Congratulations! You now have a GitHub account.

<BrowserWindow url="https://github.com/chh-user" minHeight={300} bodyStyle={{ padding: 0 }}>
<BrowserWindow url="https://github.com/chh-user" bodyStyle={{ padding: 0 }}>
![GitHub account](img-4.png)
</BrowserWindow>

Expand Down
65 changes: 65 additions & 0 deletions courses/github/create-a-new-repository.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
id: create-a-new-repository
title: Create a New Repository
sidebar_label: Create a New Repository
sidebar_position: 3
description: Learn how to create a new repository on GitHub in a few simple steps. Start a new project, share your code with others, and collaborate with your team using GitHub repositories.
tags: [github, git, version control, collaboration, beginners]
keywords: [github, git, version control, collaboration, beginners, open source, repository, create, new, project]
---

**To get started with GitHub, you need to create a new repository. If you already have a repository, you can skip this step.**

## Create a New Repository

To create a new repository on GitHub, follow these steps:

1. Go to [GitHub](http://github.com/) and log in to your account.

<BrowserWindow url="https://github.com" bodyStyle={{ padding: 0 }}>
![GitHub Login](img-1.png)
</BrowserWindow>

2. Click on the "+" icon in the top right corner of the page and select "New repository" from the dropdown menu.

<BrowserWindow url="https://github.com" bodyStyle={{ padding: 0 }}>
![New Repository](img-5.png)
</BrowserWindow>

3. Enter a name for your repository in the "Repository name" field. (For example, "hello-world")

<BrowserWindow url="https://github.com/new" bodyStyle={{ padding: 0 }}>
![Repository Name](img-6.png)
</BrowserWindow>

4. Optionally, you can add a description for your repository in the "Description" field.

<BrowserWindow url="https://github.com/new" bodyStyle={{ padding: 0 }}>
![Repository Description](img-7.png)
</BrowserWindow>

5. Choose the visibility of your repository. You can make it public or private.

<BrowserWindow url="https://github.com/new" bodyStyle={{ padding: 0 }}>
![Repository Visibility](img-8.png)
</BrowserWindow>

6. Select the "Initialize this repository with a README" checkbox if you want to create a README file for your repository.

<BrowserWindow url="https://github.com/new" bodyStyle={{ padding: 0 }}>
![Initialize Repository](img-9.png)
</BrowserWindow>

7. Click on the "Create repository" button to create your new repository.

<BrowserWindow url="https://github.com/new" bodyStyle={{ padding: 0 }}>
![Create Repository](img-10.png)
</BrowserWindow>

8. Your new repository is now created. You can start adding files, folders, and code to your repository.

<BrowserWindow url="https://github.com/chh-user/hello-world" bodyStyle={{ padding: 0 }}>
![Repository Created](img-11.png)
</BrowserWindow>

Congratulations! You have successfully created a new repository on GitHub. You can now start working on your project, share your code with others, and collaborate with your team using GitHub repositories.
Binary file added courses/github/img-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/github/img-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/github/img-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/github/img-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/github/img-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/github/img-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/github/img-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading