Instructions for installing GIT and configuring GIT on Windows 10

How to install and configure GIT on Windows 10 the most standard. Link download GIT for the latest Windows operating system, basic configuration for GIT on Windows.

In this article I will guide you to install Git (one of the most popular Source Version Control today) on Windows 10.
Ok, now let's get started!

How to install GIT on Windows 10

Step 1: First, visit GIT's download page to download the installation file here.

Note: The website can automatically determine 32bit or 64bit Windows operating system when you click the download button.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 1Instructions for installing GIT and configuring GIT on Windows 10 Picture 1

Step 2: After downloading the downloaded file, double-click the file to begin the installation. Click Next to continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 3Instructions for installing GIT and configuring GIT on Windows 10 Picture 3

Step 3:

  1. (1) This is the step to choose the installation location, the default is C: Program FilesGit. You can change it by clicking the Browse button next to it and choosing a different installation location.
  2. (2) After installation, g applications occupy 260MB of hard drive space.

=> After selecting the installation location, click Next to continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 5Instructions for installing GIT and configuring GIT on Windows 10 Picture 5

Step 4: These are the components that will be installed by default. If you add any additional components, the post-installation capacity will increase compared to the default 260MB => Click Next to continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 7Instructions for installing GIT and configuring GIT on Windows 10 Picture 7

In this step you leave the default and click Next to continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 9Instructions for installing GIT and configuring GIT on Windows 10 Picture 9

Step 5: This step you choose a default editor for Git. I recommend that if you have Notepad ++ installed, click on the arrow to select Notepad ++ as Git's default editor.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 11Instructions for installing GIT and configuring GIT on Windows 10 Picture 11

This step you choose by default => then click Next to continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 13Instructions for installing GIT and configuring GIT on Windows 10 Picture 13

Step 6: The next step is to customize the environment variable. You choose item 2 because it is Recommended (recommended / recommended) => Then click Next to continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 15Instructions for installing GIT and configuring GIT on Windows 10 Picture 15

Step 7: Continue to select the first item (Use the OpenSSL library) and click Next to continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 17Instructions for installing GIT and configuring GIT on Windows 10 Picture 17

Step 8: If you do use Linux, when you init Git on Linux, if you go to Windows clone the project and do not check at this step, you will get an error. So you tick here and then click Next to continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 19Instructions for installing GIT and configuring GIT on Windows 10 Picture 19

Step 9: In this step, you will configure which terminal to choose for Git Bash. You can choose MinTTY (Default), or choose the default Windows terminal.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 21Instructions for installing GIT and configuring GIT on Windows 10 Picture 21

The default configuration is when you run the git pull command to synchronize the code from the Remote Repository to the Local Repository.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 23Instructions for installing GIT and configuring GIT on Windows 10 Picture 23

Step 10: This step, you just choose by default and continue.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 25Instructions for installing GIT and configuring GIT on Windows 10 Picture 25

Continue, choose by default and click Next.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 27Instructions for installing GIT and configuring GIT on Windows 10 Picture 27

Step 10: This step you should not check because this function is new and there are some errors. Click Install to begin the installation.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 29Instructions for installing GIT and configuring GIT on Windows 10 Picture 29

Installation takes about 1 minute or less. After installation, click Finish to finish the installation.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 31Instructions for installing GIT and configuring GIT on Windows 10 Picture 31

Step 11: To check if you have successfully installed it, you can open Git Bash and try a Remote Repository from Github to your computer.

Instructions for installing GIT and configuring GIT on Windows 10 Picture 33Instructions for installing GIT and configuring GIT on Windows 10 Picture 33

So in this article I have very detailed instructions with you how to install and configure basic Git on Windows 10 operating system already.

The use of Git / Github (Github is a source code repository) is a lot during the teamwork process. So I encourage you to learn and use proficiently these tools.

Hopefully this article will be useful to you. See you in the next articles about dental programming.

3.5 ★ | 2 Vote