Skip to content

Commit dd451dc

Browse files
committed
Fix: Renumber Steps 4 and 5 correctly · Fix spelling in headers:
1 parent 958f207 commit dd451dc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/GitHub/setup-environment/setup-git-on-windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Github provides two of installation, one the GitHub Desktop and command line by
2525
</BrowserWindow>
2626

2727

28-
### Step 2: Select your Version you want to insatll.
28+
### Step 2: Select your Version you want to install.
2929

3030
1. Get your Installer:
3131

@@ -50,7 +50,7 @@ Github provides two of installation, one the GitHub Desktop and command line by
5050

5151
### Step 3: Understanding the Interface.
5252

53-
Next step, Git Will ask you to install couple of components you can checko on additional icons to add on Desktop and leave the rest as default and click on the Next.
53+
Next step, Git Will ask you to install couple of components you can check on additional icons to add on Desktop and leave the rest as default and click on the Next.
5454

5555
- 1. The next screen click next , make sure the start folder name is Git.
5656
- 2. Next option is to choose the default editor you can use your editor, im using visual studio code. or keep Vim as the default editor
@@ -61,7 +61,7 @@ Next step, Git Will ask you to install couple of components you can checko on ad
6161
</BrowserWindow>
6262

6363

64-
### Step 5: Adjusting name of the repo setting in Git
64+
### Step 4: Adjusting name of the repo setting in Git
6565

6666
This stage it will ask you to Choose a initial branch in new repository, it would be ideal approach to give the second option, as we move further it gives us flexibility to change the intial branch name , like main master, trunk.
6767

@@ -71,9 +71,9 @@ This stage it will ask you to Choose a initial branch in new repository, it woul
7171
</BrowserWindow>
7272

7373

74-
### Step 5: Adjusting Your path enviornment
74+
### Step 5: Adjusting Your path environment
7575

76-
This is where we specify the path enviornment of git, just go with the recommened option which is 2.
76+
This is where we specify the path environment of git, just go with the recommened option which is 2.
7777

7878
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
7979
[![Github](./assets/11-git-path-env.png)](https://github.com/sanjay-kv)
@@ -86,7 +86,7 @@ This is where we specify the path enviornment of git, just go with the recommene
8686
4. ``4`` Next option is to choose the defualt option to use the gith . use the default one which is the Fast- forward and merge option 1.
8787
5. ``5`` In the Credential helper choose the ``Git Credential Manager`` screen. and click on Next.
8888
6. ``6`` Enable the extra option , click on the ``Enable the file system Caching`` and click on the Next button.
89-
7. ``7`` In the Next step Screen it will ask you to enable the expiremental support , choose the both the option and click on Install.
89+
7. ``7`` In the Next step Screen it will ask you to enable the expiremental support , choose launch Git Bash and click on Install.
9090

9191
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
9292
[![Github](./assets/12-git-final-setup.png)](https://github.com/sanjay-kv)
@@ -115,4 +115,4 @@ Execute the below command to see your current version of git in Git CMD or windo
115115

116116
## Conclusion
117117

118-
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.
118+
In conclusion, I hope you enjoyed reading this article on “Setting up your Git environment?”. 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)