Skip to content

Commit f722536

Browse files
authored
Merge pull request #777 from Bushra-gh/main
Fixed the documentation errors in setup_environment
2 parents bdd3ea7 + 8b41128 commit f722536

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

docs/python/assets/setupimg1.png

129 KB
Loading

docs/python/assets/setupimg2.png

131 KB
Loading

docs/python/assets/setupimg3.png

31.4 KB
Loading

docs/python/assets/setupimg4.png

29 KB
Loading

docs/python/assets/setupimg5.png

33.6 KB
Loading

docs/python/assets/setupimg6.png

44.9 KB
Loading

docs/python/assets/setupimg7.png

37.8 KB
Loading

docs/python/assets/setupimg8.png

36.2 KB
Loading

docs/python/setup-environment.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install Python
2626
1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button.
2727

2828
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
29-
[![GitHub](./assets/image-1.png)](https://git-scm.com/)
29+
[![GitHub](./assets/setupimg1.png)](https://git-scm.com/)
3030
</BrowserWindow>
3131

3232

@@ -38,15 +38,15 @@ Install Python
3838

3939
- **Installer:** Get the Installer
4040
<BrowserWindow url="https://git-scm.com/downloads/win" bodyStyle={{padding: 0}}>
41-
[![GitHub](./assets/image-1.png)](https://git-scm.com/downloads/win)
41+
[![GitHub](./assets/setupimg2.png)](https://git-scm.com/downloads/win)
4242
</BrowserWindow>
4343
4444

4545
- **Start Installation:** Open the Installer, upon downloading.
4646
4747
4848
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
49-
[![GitHub](./assets/image-1.png)](https://git-scm.com/)
49+
[![GitHub](./assets/setupimg3.png)](https://git-scm.com/)
5050
</BrowserWindow>
5151

5252
- 1. The next screen click next on Public Licence.
@@ -61,19 +61,19 @@ Install Python
6161
- 1. The next screen click next , make sure the start folder name is Git.
6262
- 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
6363

64-
64+
6565
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
66-
[![Github](./assets/image-1.png)](https://github.com/sanjay-kv)
67-
</BrowserWindow>
66+
[![GitHub](./assets/setupimg4.png)](https://git-scm.com/)
67+
</BrowserWindow>
6868

6969
7070
### Step 5: Adjusting name of the repo setting in Git
7171

7272
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.
7373

7474

75-
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
76-
[![Github](./assets/image-1.png)](https://github.com/sanjay-kv)
75+
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
76+
[![Github](./assets/setupimg5.png)](https://github.com/sanjay-kv)
7777
</BrowserWindow>
7878

7979
@@ -82,7 +82,7 @@ Install Python
8282
This is where we specify the path enviornment of git, just go with the recommened option which is 2.
8383

8484
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
85-
[![Github](./assets/image-1.png)](https://github.com/sanjay-kv)
85+
[![Github](./assets/setupimg6.png)](https://github.com/sanjay-kv)
8686
</BrowserWindow>
8787

8888

@@ -95,7 +95,7 @@ Install Python
9595
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.
9696

9797
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
98-
[![Github](./assets/image-1.png)](https://github.com/sanjay-kv)
98+
[![Github](./assets/setupimg8.png)](https://github.com/sanjay-kv)
9999
</BrowserWindow>
100100

101101
Congratulations! The Git Setup has been finished and now you can launch the GitHub.

0 commit comments

Comments
 (0)