diff --git a/courses/github/_category_.json b/courses/github/_category_.json
index 563bcb115..e26989453 100644
--- a/courses/github/_category_.json
+++ b/courses/github/_category_.json
@@ -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."
- }
- }
\ No newline at end of file
+ "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."
+ }
+}
diff --git a/courses/github/create-a-github-account.md b/courses/github/create-a-github-account.md
index ac4d1a07e..d51a153a3 100644
--- a/courses/github/create-a-github-account.md
+++ b/courses/github/create-a-github-account.md
@@ -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.**
@@ -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.
-
- 
-
+
+ 
+
2. Enter your email address, choose a username, and create a password.
-
- 
-
+
+ 
+
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.
-
- 
-
+
+ 
+
5. Congratulations! You now have a GitHub account.
-
+
- 
-
+ 
+
-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.
\ No newline at end of file
+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.
diff --git a/courses/github/introduction-to-github.md b/courses/github/introduction-to-github.md
index 0aad75910..a96e28cef 100644
--- a/courses/github/introduction-to-github.md
+++ b/courses/github/introduction-to-github.md
@@ -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
@@ -20,7 +32,6 @@ keywords: [github, git, version control, collaboration, open source, repository,
> **Audience:** Developers, students, and anyone new to GitHub
>
> **Author:** Ajay Dhangar
->