Install Git on Windows OS 10

Profile picture for user devraj

Git is a distributed version-control system for tracking changes in source code during software development. To install Git follow below steps:

Step 1: Open this link

Step 2: Select Windows, download will automatically started. Otherwise you can select version of your choice.

Step 3: Wait for download to finish

Step 4: Click Next

Step 5: Change the path if you want. otherwise click next

Step 6: Create desktop shortcut if you want otherwise click next

Step 7: You can change the folder here or click next

Step 8: Select Git from the command line and also from 3rd-party software. Click Next:

Step 9: Use Open SSL and click next

Step 10: Select checkout windows-style, commit Unix-style line endings. Click next

Step 11: Use MinTTY and click next

Step 12: Let it remain default and click next

Step 13: Select Launch Git Bash and click next

Step 14: You can check git version by typing git --version