Skip to content

Commit 0d82c10

Browse files
authored
Merge pull request #796 from steam-bell-92/main
Fixes issue #785
2 parents f9abe7f + fcc9dc9 commit 0d82c10

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/GitHub/intro-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In the above example, all the developers were able to work on different features
7070

7171
GitHub simplifies the command-line interface of Git and makes it more GUI-friendly. GitHub is built on top of Git. Here want we do is staging the files and doing the commit, You can clone the entire repository, create a branch, commit to that branch, and then ask the main developer to merge the branch. When you clone in reality you are creating a copy of the real code/repository in your local environment.
7272

73-
[![Git Structure](./assets/2-git-strucutre.png)]
73+
![Git Structure](./assets/2-git-strucutre.png)
7474

7575

7676
:::info
@@ -90,13 +90,13 @@ The fork is a personal copy of the repo which is already present or uploaded in
9090

9191
:::
9292

93-
< />
93+
9494

9595
### Watch the video Tutorial
9696
<iframe width="880" height="480" src="https://www.youtube.com/embed/GrTV59Y84S8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to start with GitHub in 2024 | Beginner&#39;s Guide" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
9797

98-
< />
98+
9999

100100
## Conclusion
101101

102-
If you think this GitHub Tutorial starter kit for Beginner was useful to you, then don’t forget to share it with others. We will discuss this in detail in the next post. or In the next post, we will discuss how to upload your project to your GitHub account using Git.
102+
If you think this GitHub Tutorial starter kit for Beginner was useful to you, then don’t forget to share it with others. We will discuss this in detail in the next post. or In the next post, we will discuss how to upload your project to your GitHub account using Git.

docs/Nextjs/setup-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env
2020
---
2121

2222
Setting up Next.js Development Environment
23-
< />
23+
2424

2525
### Step 1: Install Node.js
2626

@@ -61,7 +61,7 @@ Next.js requires Node.js to run. Let's download and install it first.
6161
npm --version
6262
```
6363

64-
< />
64+
6565

6666
### Step 3: Install a Code Editor
6767

@@ -228,7 +228,7 @@ When you're ready to deploy:
228228
npm run start
229229
```
230230

231-
< />
231+
232232

233233
## Useful Commands Reference
234234

@@ -286,4 +286,4 @@ In the next tutorial, we'll explore creating your first pages and components in
286286

287287
---
288288

289-
*This guide was created to help developers get started with Next.js quickly and efficiently.*
289+
*This guide was created to help developers get started with Next.js quickly and efficiently.*

docs/python/setup-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env
2020
---
2121

2222
Install Python
23-
< />
23+
2424
### Step 1: Let’s Download the git
2525

2626
1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button.
@@ -52,7 +52,7 @@ Install Python
5252
- 1. The next screen click next on Public Licence.
5353
- 2. Choose the location as default and click on Next
5454

55-
< />
55+
5656

5757
### Step 3: Understanding the Interface.
5858

@@ -107,8 +107,8 @@ Install Python
107107
```html title="create a new repository on the command line"
108108
git --version
109109
```
110-
< />
110+
111111

112112
## Conclusion
113113

114-
In conclusion, I hope you enjoyed reading this article on “Setting up your Git Enviornment?”. In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan.
114+
In conclusion, I hope you enjoyed reading this article on “Setting up your Git Enviornment?”. In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan.

0 commit comments

Comments
 (0)