diff --git a/docs/src/installation/git.md b/docs/src/installation/git.md index c764c21dc..69409212e 100644 --- a/docs/src/installation/git.md +++ b/docs/src/installation/git.md @@ -23,7 +23,7 @@ After setting the editor used by Git, finish the installation with default setti Before using Git, we need to make the necessary settings. Type `cmd` into the search bar and open the `Command Prompt`. -![](juliapath_7.png) +![](gitsettings_1.png) In the `Command Prompt` type the following two commands @@ -33,6 +33,6 @@ In the `Command Prompt` type the following two commands and press `Enter`. Do not forget to change `USERNAME` and `USEREMAIL` to the ones registered at GitHub. -![](gitsettings_1.png) +![](gitsettings_2.png) The commands above set the user name and email for Git. Because Git is designed for collaboration between multiple people, this information is used to track who made which changes. diff --git a/docs/src/installation/gitsettings_1.png b/docs/src/installation/gitsettings_1.png index 013ec1af6..eeebb9bcb 100755 Binary files a/docs/src/installation/gitsettings_1.png and b/docs/src/installation/gitsettings_1.png differ diff --git a/docs/src/installation/gitsettings_2.png b/docs/src/installation/gitsettings_2.png new file mode 100755 index 000000000..013ec1af6 Binary files /dev/null and b/docs/src/installation/gitsettings_2.png differ diff --git a/docs/src/installation/juliapath_7.png b/docs/src/installation/juliapath_7.png deleted file mode 100755 index eeebb9bcb..000000000 Binary files a/docs/src/installation/juliapath_7.png and /dev/null differ