Skip to content

Commit 021ed4a

Browse files
authored
Merge pull request #4370 from CodeHarborHub/dev-3
Dev 3
2 parents 920e129 + ebd5961 commit 021ed4a

16 files changed

+123
-1
lines changed

courses/github/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "GitHub",
3+
"position": 6,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Learn React.js for building user interfaces, and learn how to use React.js with other technologies like Redux, Webpack, and ES6."
7+
}
8+
}

courses/github/clone-a-repository.md

Whitespace-only changes.

courses/github/commit-changes.md

Whitespace-only changes.

courses/github/create-a-branch.md

Whitespace-only changes.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
id: create-a-github-account
3+
title: Create a GitHub account
4+
sidebar_label: Create a GitHub account
5+
sidebar_position: 2
6+
description: Learn how to create a GitHub account in a few simple steps. Get started with GitHub and start collaborating with others, contributing to open-source projects, and building your portfolio.
7+
tags: [github, git, version control, collaboration, beginners]
8+
keywords: [github, git, version control, collaboration, beginners, open source, repository, account, sign up]
9+
---
10+
11+
**To get started with GitHub, you need to create a GitHub account. If you already have a GitHub account, you can skip this step.**
12+
13+
## Create a GitHub account
14+
15+
To get started with GitHub, you need to create a GitHub account. If you already have a GitHub account, you can skip this step.
16+
17+
1. Go to [GitHub](https://github.com/) and click on the "Sign up" button.
18+
19+
<BrowserWindow url="https://github.com" minHeight={300} bodyStyle={{ padding: 0 }}>
20+
![GitHub Sign Up](img-1.png)
21+
</BrowserWindow>
22+
23+
2. Enter your email address, choose a username, and create a password.
24+
25+
<BrowserWindow url="https://github.com" minHeight={300} bodyStyle={{ padding: 0 }}>
26+
![Create Account](img-2.png)
27+
</BrowserWindow>
28+
29+
3. Click on the "Create account" button.
30+
4. Verify your email address.
31+
32+
You will receive an email from GitHub with a link to verify your email address. Click on the link to verify your email address.
33+
34+
<BrowserWindow url="https://mail.google.com/mail/u/..." minHeight={300} bodyStyle={{ padding: 0 }}>
35+
![Verify Email](img-3.png)
36+
</BrowserWindow>
37+
38+
5. Congratulations! You now have a GitHub account.
39+
40+
<BrowserWindow url="https://github.com/chh-user" minHeight={300} bodyStyle={{ padding: 0 }}>
41+
![GitHub account](img-4.png)
42+
</BrowserWindow>
43+
44+
Now that you have created a GitHub account, you can start using GitHub to collaborate with others, contribute to open-source projects, and build your portfolio.

courses/github/create-a-new-repository.md

Whitespace-only changes.

courses/github/create-a-pull-request.md

Whitespace-only changes.

courses/github/img-1.png

223 KB
Loading

courses/github/img-2.png

182 KB
Loading

courses/github/img-3.png

41.3 KB
Loading

0 commit comments

Comments
 (0)