Git Installation on Windows – A Step-by-Step Guide
In this article, we will show you the step by step git installation on windows operating system. You can also install it in Mac OS X and Linux/Unix.
Before installing the git in the system, use the following command to check if the git exists or not.
git --version
Step by Step guide to install Git on windows
1. Download Git
Checkout the below link where you can find the source of the git to install in OS.
https://git-scm.com/downloads
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.
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.
I hope you find this article helpful.
Thank you for reading. Happy Coding!