How to install Git in Windows
Today we will show you how to install git in windows operating system. You can also install it in Mac OS X and Linux/Unix.
How to install Git in Windows, Mac OS X, Linux/Unix/Ubuntu, Step-by-step guide: How to install Git on Windows desktop, download git bash for windows 10 64 bit, download github for windows, install git ubuntu, brew install git, using git on windows, pip install git, npm install git, install git on windows server 2012.
Checkout more articles on JavaScript/ReactJS
Before installing the git in the system, use the following command to check if the git exists or not.
1 | git --version |
Way to install Git in Windows
1. Download Git
Checkout the below link where you can find the source of the git to install in OS.
You can choose the version based on your OS configuration.
2. Start installation
Let’s start with the installation of git. Right click on downloaded Git file and run as administrator, then you can see the below screen to go further installation.
Click on Next to continue, where you will find the options to select components which you want to install as a part of the git. You can see the recommended selection as mentioned in the image below.
You can directly click on the next button to continue.
Now you will find the below screen where you have to choose a default editor for git. Here I have selected Notepad++. You can choose any one that you want.
Click on Next to go further installation. In most cases you have to go with the default recommended configuration. You can also change it based on your need.
Installation will start once you click on the Next icon.
On successful installation, you can see the screen below.
At last, you can also check the version of the git by the same command mentioned above and you should see your installed git version like below.
Now you can confirm that git has been installed successfully on your machine.
That’s it for Git installation.
Thank you for reading. Happy Coding!