DEV Community

Johan G
Johan G

Posted on • Updated on

Install Git on a Windows Machine

  1. Download and install Git for Windows
  2. 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)