Skip to main content

Installing Git

Installing Git on Windows 10 is a straightforward process. Here is how you can do it:
  1. Download the Git for Windows installer from the official website: https://git-scm.com/download/win

  2. Run the installer by double-clicking on the downloaded file. The installation process will begin and you will be prompted to select the components you want to install. You can leave the default options selected.

  3. Select the start menu folder where you want to create the Git shortcut. You can leave the default option selected.

  4. Select the additional icons you want to create for Git. You can leave the default option selected.

  5. Choose the default editor that you want Git to use. You can choose between Vim, Notepad++, and Visual Studio Code.

  6. Select the default Git behavior you want. You can leave the default option selected.

  7. Configure the HTTPS transport backend to use. You can select between OpenSSL and Secure Channel (WinSSL).

  8. Click on the Install button to begin the installation process.

  9. Once the installation is complete, click on the Finish button to close the installer.

Now that you have successfully installed Git on Windows 10, you can open a command prompt and type "git" to verify that it's properly installed and to see the list of available commands.

You can also use Git from the command line or by using Git clients such as Git Bash, Git GUI, and GitKraken.