DEV Community

Discussion on: How do YOU configure Git for Windows?

Collapse
 
thefluxapex profile image
Ian Pride

I push and pull cross platform software often back and forth from Linux to Windows and vice-versa and the only problem I've ever had were with line endings; which, is easily fixable by using core.eol correctly.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Please elaborate.

So, you didn't configure correctly immediately on first install.

Do you

  • Edit .git/config
  • Edit ~/.gitconfig
  • Use git config --global ?