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
8 changes: 4 additions & 4 deletions docs/GitHub/intro-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In the above example, all the developers were able to work on different features

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.

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


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

:::

< />


### Watch the video Tutorial
<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>

< />


## Conclusion

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.
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.
8 changes: 4 additions & 4 deletions docs/Nextjs/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env
---

Setting up Next.js Development Environment
< />


### Step 1: Install Node.js

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

< />


### Step 3: Install a Code Editor

Expand Down Expand Up @@ -228,7 +228,7 @@ When you're ready to deploy:
npm run start
```

< />


## Useful Commands Reference

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

---

*This guide was created to help developers get started with Next.js quickly and efficiently.*
*This guide was created to help developers get started with Next.js quickly and efficiently.*
8 changes: 4 additions & 4 deletions docs/python/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env
---

Install Python
< />

### Step 1: Let’s Download the git

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

< />


### Step 3: Understanding the Interface.

Expand Down Expand Up @@ -107,8 +107,8 @@ Install Python
```html title="create a new repository on the command line"
git --version
```
< />


## Conclusion

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.
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.
Loading