Enroll in Selenium Training

Setting up Git can be intimidating, especially for those that are trying a version control system for the first time or moving from Subversion. It use to be the case that Git was a huge hassle to install and use on Windows. However, today it's very easy to use Git on Windows either through Git Bash, if you are a fan of the Command Line, or if you prefer, a graphical interface.

Steps to Install Git on Windows

  1. Download the latest Git for Windows.

Install Git on Windows

  1. Go to the folder where new downloads gets store, at my machine by default folder is Download folder. Double click on the installer. The installer gets save on the machine as per the Windows OS configuration. My machine is 64 bits.

Git_Installation_1

Note: When you've successfully started the installer, you should see the Git Setup wizard screen. Follow the Next and Finish prompts to complete the installation. The default options are pretty sensible for most users.

Note: At the time of writing the tutorial on 9th Sep'17, the latest version is Git-2.14.1.

  1. You may like to keep the installation to another folder, so here is the chance to do so. I just want to keep it in the suggested default folder in my Program Files\Git.

Git_Installation_2

  1. This is the option to store the shortcut of the Git under the Program Menu.

Git_Installation_3

  1. This is asking your choice that whether you like to Git from the Windows Command Prompt or you like to use some other program like Git Bash. As of now just select the Windows Cmd for simplicity of the tutorial, later we will cover Git Bash and other as well.

Git_Installation_4

  1. If you have PuTTY/TortoiseSVN installed, you may see this screen, otherwise just ignore this. Regardless, use OpenSSL to make things easy.

Git_Installation_5

  1. Here, we recommend to choose the option of Checkout Windows-style, commit Unix-style line endings. Select next once you have done this.

Git_Installation_6

  1. Again, just go with default selection and move forward.

Git_Installation_7

  1. Just go with default selections, as we will cover the details in later advance chapter.

Git_Installation_8

  1. Now, its all done. This will just take few minutes to complete the installation as per your machine speed.

Git_Installation_9

  1. Once done, just click on Finish button.

Git_Installation_10

  1. Let's just verify if the installation went well for Git. Go to cmd and type git and press enter. you should get the following output on the screen.

Git_Installation_11

The cmd wildow will display different options and commands you can try with git. Just get little warm up and use the following commands and observe the outputs for your understanding:

  • git --version
  • git --help
Lakshay Sharma
I’M LAKSHAY SHARMA AND I’M A FULL-STACK TEST AUTOMATION ENGINEER. Have passed 16 years playing with automation in mammoth projects like O2 (UK), Sprint (US), TD Bank (CA), Canadian Tire (CA), NHS (UK) & ASOS(UK). Currently, I am working with RABO Bank as a Chapter Lead QA. I am passionate about designing Automation Frameworks that follow OOPS concepts and Design patterns.
Reviewers
Virender Singh's Photo
Virender Singh

Similar Articles

Feedback