DEV Community

Discussion on: How do YOU configure Git for Windows?

Collapse
 
renardfute profile image
RenardFute

Normally it will work just after installation. But if you want to go further you can configure it with:

  • git config --global user.name "Your Name"
  • git config --global user.email "your.name@example.com"

You can check this if you want to setup your SSH agent: click here