1. Download Git for Windows
- Ajusting your PATH environtment — select „Use Git from the Windows command prompt“
- Configuring the line endings conversions — select „Checkout as-is, commit as-is“
git config --global user.name "Name here"
git config --global user.email "Email here"
...