Installing Git Windows - iat-cener/tonatiuh GitHub Wiki
Installing Git on Windows
Git is a distributed version control system used by millions of developers. This guide explains how to install and configure Git on Windows, with optional integrations for terminals and IDEs.
Details
- Download Git for Windows
- Go to the official Git for Windows site
- Select "Click here to download" link to start with the donwload process. The lastest version for your system will be downloaded automatically.
- Installing Git
- Run the installer you just downloaded.
- During installation, accept defaults unless you have specific preferences.
- Verifying Git Installation
- Open Command Prompt, PowerShell, or Git Bash, then run:
git --version
Once the Git library is installed the next step is to install the Integrated Development Environment (IDE). To do it, follow the instructions in the Installing and Configuring Visual Code For Windows wiki page.