From 3049d1078a1ff20415c316603a76bfb70ac3a934 Mon Sep 17 00:00:00 2001 From: Anuj Kulkarni Date: Sun, 5 Oct 2025 09:31:13 +0530 Subject: [PATCH 1/3] Update setup-environment.md --- docs/python/setup-environment.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/python/setup-environment.md b/docs/python/setup-environment.md index ee6bdf78..17ed84d0 100644 --- a/docs/python/setup-environment.md +++ b/docs/python/setup-environment.md @@ -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. @@ -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. @@ -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. \ No newline at end of file + 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. From d3baa28ce184014aa45705c76c19206d5317cfbc Mon Sep 17 00:00:00 2001 From: Anuj Kulkarni Date: Sun, 5 Oct 2025 09:31:44 +0530 Subject: [PATCH 2/3] Update intro-github.md --- docs/GitHub/intro-github.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/GitHub/intro-github.md b/docs/GitHub/intro-github.md index 5da7f664..a3801661 100644 --- a/docs/GitHub/intro-github.md +++ b/docs/GitHub/intro-github.md @@ -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 @@ -90,13 +90,13 @@ The fork is a personal copy of the repo which is already present or uploaded in ::: -< /> + ### Watch the video Tutorial -< /> + ## 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. \ No newline at end of file +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. From fcc9dc9dba8f957adac8b6ff100c993fb06275b9 Mon Sep 17 00:00:00 2001 From: Anuj Kulkarni Date: Sun, 5 Oct 2025 09:32:52 +0530 Subject: [PATCH 3/3] Update setup-environment.md --- docs/Nextjs/setup-environment.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Nextjs/setup-environment.md b/docs/Nextjs/setup-environment.md index de0bac79..4109ed5f 100644 --- a/docs/Nextjs/setup-environment.md +++ b/docs/Nextjs/setup-environment.md @@ -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 @@ -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 @@ -228,7 +228,7 @@ When you're ready to deploy: npm run start ``` -< /> + ## Useful Commands Reference @@ -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.* \ No newline at end of file +*This guide was created to help developers get started with Next.js quickly and efficiently.*