Install Git for Windows

 

  • 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.

 

  • Open a Command Prompt (or Git Bash if during installation you elected not to use Git from the Windows Command Prompt).

 




  • Run the following commands to configure your Git username and email using the following commands, replacing Jyothish name with your own. These details will be associated with any commits that you create.

$ git config --global user.name "Jyothish"
$ git config --global user.email "jyothish@mypassionmydreams.com"