Git is a Distributed Version Control tool used to track changes in the source code and store different versions of a file in a remote or local repository.
This guide will describe the steps to install Git in the Linux and Windows servers.
- Double click on the - Windowsoption mentioned in the below image.
  
 
- Double click on the package name mentioned in the below image to download the most current version for your operating system.  
 
- Once the downloading is completed, open it and click - YESto continue.
  
 
- Click - Nextto continue.
  
 
- Click on - nextto continue with the default location or click- Browseand select a new location.
  
 
- Click on - nextto continue with the default components otherwise select the new components before clicking the- Nextbutton.
  
 
- Click on - nextto accept the default Start Menu folder otherwise use- Browseto select a new folder location.
  
 
- Select default text Editor - Vimfor the Git and then Click- next.
  
 
- Adjust the path environment and then click on - Next, you may choose- Recommendedthat one.
  
 
- Choose the required SSL/TLS library that will be used for HTTPS, click on - Next.
  
 
- Click on - nextto keep the default line ending conversion otherwise choose one of the two other choices before clicking- Next.
  
 
- Choose the - terminal emulatorthat will use, and then click on- Next.
  
 
- Click - Installto continue.
  
 
- Check - Launch Git Bashand then select- Nextto complete.
  
 
- Launch the - Git GUIfrom the bash shell by using the below command.
 - git gui
  
 
- Then will get the Git GUI interface. From there can Create New, Clone Existing, or Open Existing Repository.  
 