
How to install Git ?
This article shows how to install git-scm.
Step 1:- Goto https://git-scm.com/downloads click on your operating system setup will start downloading.

Step 2:- Click on setup. Then click on Next.

Step 3 :- Choose you destination directory/folder.

Step 4 :- Select which components you want to install and press next.

Step 5:- Select your start menu folder.

Step 6:- Choose your default editor for git. I have used Visual Studio Code and press next.

Step 7 :- Select your path environment.

Step 8 :- Choose your transport backed.

Step 9 :- Choose your line ending conversions

Step 10 :- Choose terminal emulator

Step 11 :- Select default behavior for git pull

Step 12 :- Select your extra options.

Step 13 :- After that click on install.

It will start installation.

Step 14 :- You can verify by typing git in your terminal/cmd. If you see following output then everything is working fine.

