Skip to content
Closed
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
14 changes: 7 additions & 7 deletions courses/github/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "GitHub",
"position": 6,
"link": {
"type": "generated-index",
"description": "Learn React.js for building user interfaces, and learn how to use React.js with other technologies like Redux, Webpack, and ES6."
}
}
"label": "GitHub",
"position": 6,
"link": {
"type": "generated-index",
"description": "Learn React.js for building user interfaces, and learn how to use React.js with other technologies like Redux, Webpack, and ES6."
}
}
41 changes: 26 additions & 15 deletions courses/github/create-a-github-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ sidebar_label: Create a GitHub account
sidebar_position: 2
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.
tags: [github, git, version control, collaboration, beginners]
keywords: [github, git, version control, collaboration, beginners, open source, repository, account, sign up]
keywords:
[
github,
git,
version control,
collaboration,
beginners,
open source,
repository,
account,
sign up,
]
---

**To get started with GitHub, you need to create a GitHub account. If you already have a GitHub account, you can skip this step.**
Expand All @@ -16,29 +27,29 @@ To get started with GitHub, you need to create a GitHub account. If you already

1. Go to [GitHub](https://github.com/) and click on the "Sign up" button.

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

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

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

3. Click on the "Create account" button.
4. Verify your email address.

You will receive an email from GitHub with a link to verify your email address. Click on the link to verify your email address.
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 }}>
![Verify Email](img-3.png)
</BrowserWindow>
<BrowserWindow url="https://mail.google.com/mail/u/..." minHeight={300} 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 }}>
![GitHub account](img-4.png)
</BrowserWindow>
![GitHub account](img-4.png)
</BrowserWindow>

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.
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.
20 changes: 15 additions & 5 deletions courses/github/introduction-to-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@ sidebar_label: Introduction to GitHub
sidebar_position: 1
description: Get started with GitHub in less than an hour! Learn the basics of Git and GitHub, create a new repository, clone a repository, create a branch, make changes to a file, commit changes, push changes to GitHub, create a pull request, and merge a pull request.
tags: [github, git, version control, collaboration, open source, beginners]
keywords: [github, git, version control, collaboration, open source, repository, branch, commit, pull request, merge, beginners]
keywords:
[
github,
git,
version control,
collaboration,
open source,
repository,
branch,
commit,
pull request,
merge,
beginners,
]
---

**Get Started using GitHub in less than an hour! 🚀**


> **Estimated completion time:** 1 hour
>
> **Difficulty:** Beginner
Expand All @@ -20,7 +32,6 @@ keywords: [github, git, version control, collaboration, open source, repository,
> **Audience:** Developers, students, and anyone new to GitHub
>
> **Author:** Ajay Dhangar
>

<!-- ## Course Outline

Expand Down Expand Up @@ -58,7 +69,6 @@ GitHub is a platform that brings people together to work on projects from all ov

This course is designed for beginners, so no prior knowledge of Git or GitHub is required. All you need is a GitHub account and a computer with an internet connection.


## Let's get started!

Now that you know what to expect from this course, let's get started with the first lesson: [Create a GitHub account](/courses/github/create-a-github-account). If you already have a GitHub account, you can skip this step and move on to the next lesson.
Expand All @@ -67,4 +77,4 @@ Now that you know what to expect from this course, let's get started with the fi

Click on the button above to create a new repository and start the course. You can use this repository to follow along with the lessons and practice what you learn.

If you have any questions or need help, feel free to ask in the [GitHub Discussions](https://github.com/orgs/codeharborhub/discussions/categories/introduction-to-github) for this course. We're here to help you succeed!
If you have any questions or need help, feel free to ask in the [GitHub Discussions](https://github.com/orgs/codeharborhub/discussions/categories/introduction-to-github) for this course. We're here to help you succeed!
14 changes: 7 additions & 7 deletions courses/react-js/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "React.js",
"position": 7,
"link": {
"type": "generated-index",
"description": "Learn React.js for building user interfaces, and learn how to use React.js with other technologies like Redux, Webpack, and ES6."
}
}
"label": "React.js",
"position": 7,
"link": {
"type": "generated-index",
"description": "Learn React.js for building user interfaces, and learn how to use React.js with other technologies like Redux, Webpack, and ES6."
}
}
Loading