- Download and install Git for Windows
- https://git-scm.com/download/win
- Select "Launch Git Bash" on the last step of the Installation
- On Git Bash, execute
git --version
- This is to confirm that Git is successfully installed
Note on Git Bash:
- Git was designed to run on a Unix-based interface (like Bash)
- Windows comes with different command line interface called Command Prompt that is not Unix-based
- Git Bash is a tool that emulates a Bash experience on a Windows machine
Top comments (0)